Vebu Labs Headquarters & Office Locations

Date July 18, 2026
V

Vebu Labs

LOCATION

1661 E Franklin Ave, El Segundo, CA, United States

What is Exa?

This page is built with Exa, a web search API for AI agents. It is updated every 24 hours.

Vebu Headquarters and Office Locations

Vebu is an industrial automation company specializing in innovative solutions for the food industry. Founded in 2011 by Buck Jordan and Kimberly Ng, Vebu operates at the intersection of automation, robotics, and artificial intelligence to enhance efficiency across the food supply chain. With an employee base of around 50 to 200, the company focuses on automation opportunity discovery, full-scope product development, and prototyping for restaurant and food & beverage sectors. Vebu’s services are tailored to optimize operational workflows and develop custom automation equipment, setting new standards for productivity in food service environments.

Vebu’s corporate office and headquarters are located in El Segundo, California, a region known for its concentration of cutting-edge technology and engineering firms. While the company's primary hub is in El Segundo, Vebu is carving out a strong presence in the robotics and automation industry with a focus on North America. The company’s headquarters is central to its product development, R&D, and client collaboration, as it continues to expand its reach by partnering with major food and beverage brands. Currently, the company operates from its main facility in El Segundo, which houses its executive, engineering, and research teams.

Office Locations

Headquarters

Vebu’s headquarters and main office is situated at 1661 East Franklin Avenue, El Segundo, CA 90245, United States. This location serves as the company’s corporate hub and innovation center for food automation solutions. The El Segundo headquarters is where Vebu’s leadership, engineering, and R&D teams collaborate to develop advanced robotics and automation products specifically designed for the food industry. Situated in a prime industrial area, the facility supports prototyping, pilot programs, and close engagement with partners for iterative solution development.

Find office and headquarters data on any company with Websets!

Websets is a powerful natural language search and data enrichment tool that helps you discover comprehensive office and headquarters information for any company. Whether you're researching Vebu's global footprint or exploring office locations for other organizations, Websets provides detailed insights into headquarters addresses, office types, and geographic presence.

With Websets, you can access detailed office profiles, headquarters data, and location insights through intuitive natural language queries. Sign up now to enhance your office and headquarters research capabilities.

What is Exa?

This page is built with Exa, a web search API for AI agents. It is updated every 24 hours.

Exa searches the web, extracts relevant source content, and returns structured outputs with citations.

How it works

API request

Preview
TypeScript
const run = await exa.agent.runs.create({
  query: "Research Vebu Labs's headquarters and office locations. Return the company's headquarters and known office locations as structured JSON with field-level citations.",
  effort: "low",
  outputSchema: {
    // company, headquarters, locations
    /* ... */
  }
});

const result = await exa.agent.runs.pollUntilFinished(run.id);
Copy request preview

API output

Preview
JSON
{
  "status": "completed",
  "output": {
    "structured": {
      "company": "Vebu Labs",
      "headquarters": {
        "address": "1661 E Franklin Ave",
        "city": "El Segundo"
      },
      "locations": [
        "..."
      ]
    },
    "grounding": [
      {
        "field": "headquarters.address",
        "citations": [
          {
            "url": "..."
          }
        ]
      }
    ]
  }
}
Copy output preview