OrbTop

Endeavor Global Entrepreneur Companies Scraper

LEAD GENERATION

Endeavor Global Entrepreneur Companies Scraper

Scrape all 1,344 curated companies from the Endeavor Global entrepreneur network. Returns company name, slug, vertical, sub-vertical, region, local-office chapter, profile URL, Yoast JSON-LD structured data, ACF fields, and rendered content — fully paginated from Endeavor's public WordPress REST API.


Endeavor Global Entrepreneur Companies Scraper Features

  • Extracts all ~1,344 Endeavor-selected companies in a single run — no filtering required, no account needed.
  • Returns industry vertical and sub-vertical classifications extracted from WP class_list tags (e.g., b2b-software, fintech, healthtech, it-devops, payments).
  • Captures regional tags (europe, latin-america, north-america, africa, mena, asia) for geographic segmentation.
  • Maps each company to its Endeavor chapter city via the local_office field — São Paulo, Mexico City, Buenos Aires, Athens, and 40+ others.
  • Fetches Yoast SEO JSON-LD structured data per record for enriched org metadata.
  • Respects the public REST API's implicit rate limit. Configurable maxItems for partial extracts.

What Do You Do With 1,344 Curated Entrepreneur Companies?

  • Sales teams — Build prospecting lists filtered to specific verticals and regions. Endeavor's curation bar is high — these are companies worth calling.
  • Investors — Map high-potential startups by geography and sector without paying for Endeavor Insight's research tier.
  • Market researchers — Cross-reference vertical distribution across LATAM, MENA, and Asia chapters to surface ecosystem density by region.
  • Journalists & analysts — Identify patterns in Endeavor's selection criteria by studying the full tagged dataset.
  • Partnership teams — Find companies in adjacent verticals in the same local-office chapter for co-marketing.

How Endeavor Global Entrepreneur Companies Scraper Works

  1. Queries the public wp-json/wp/v2/company endpoint with per_page=100 pagination.
  2. Fetches ~14 pages in sequence, applying maxItems to stop early if configured.
  3. Parses the class_list tags on each record to extract vertical, sub_vertical, region, and local_office.
  4. Saves each company with all available metadata fields and exits cleanly.

Input

{
  "maxItems": 10
}
Field Type Default Description
maxItems integer 10 Maximum number of company records to return. Leave at the default to test; remove the limit to scrape all ~1,344 companies.

Endeavor Global Entrepreneur Companies Scraper Output Fields

{
  "company_id": 437808,
  "company_name": "Resolve AI",
  "slug": "resolve-ai",
  "date_added": "2026-05-29T08:56:03",
  "date_modified": "2026-05-29T08:56:03",
  "profile_url": "https://endeavor.org/entrepreneur-companies/?_search=resolve-ai#resolve-ai",
  "vertical": "b2b-software",
  "sub_vertical": "it-devops",
  "region": "europe",
  "local_office": "greece",
  "status": "publish",
  "yoast_schema_jsonld": "{\"@context\":\"https://schema.org\",\"@graph\":[...]}",
  "content_html": null,
  "acf_fields": null
}
Field Type Description
company_id integer Numeric WordPress post ID for the company record
company_name string Display name of the company
slug string URL slug used in the WordPress permalink
date_added string ISO 8601 timestamp when the company record was first published
date_modified string ISO 8601 timestamp of the last modification
profile_url string Canonical URL on endeavor.org for this company profile
vertical string Primary industry vertical (e.g., b2b-software, fintech, healthtech)
sub_vertical string Secondary sub-vertical tag (e.g., it-devops, payments, lending)
region string Geographic region (e.g., europe, latin-america, north-america, mena, asia, africa)
local_office string Endeavor chapter city/office (e.g., greece, saopaulo, mexico, buenosaires)
status string WordPress post status (publish, draft, etc.)
yoast_schema_jsonld string Yoast SEO JSON-LD structured data, JSON-stringified (Schema.org graph with org, breadcrumb, and site entities)
content_html string Rendered HTML body of the company post (null when the post has no body content)
acf_fields string Advanced Custom Fields data, JSON-stringified (null when no ACF fields are set)

FAQ

How many companies does this scraper return?

As of mid-2026, the Endeavor WP REST API reports X-WP-Total: 1344 companies. The count grows as Endeavor selects new entrepreneurs. Set maxItems to a number smaller than the total to get a sample; leave it unset or set it high to get all of them.

Does this require login or API keys?

No. The Endeavor WordPress REST API is publicly accessible with no authentication. The actor uses only the standard wp-json/wp/v2/company endpoint.

What's the local_office field exactly?

Each Endeavor company is affiliated with one or more Endeavor chapters — city-level organizations that recruit and support entrepreneurs locally. The local_office tag maps to the chapter city slug: saopaulo, mexico, buenosaires, bogota, lima, santiago, montevideo, greece, and so on. Useful for filtering to a specific region's chapter network.

Can I filter by vertical or region?

The actor returns all records. Filter by vertical, sub_vertical, region, or local_office in your downstream tool — Apify's dataset filter, Python/pandas, or SQL. All tag values are normalized lowercase slugs.

What does yoast_schema_jsonld contain?

The Yoast SEO plugin embeds a Schema.org JSON-LD graph in each post head. For company records this typically includes WebPage, BreadcrumbList, WebSite, and Organization entities. The value is returned as a JSON string — parse it to access nested fields.


Need More Features?

Open a feature request at OrbTop Support or message via the Apify store.

Why Use Endeavor Global Entrepreneur Companies Scraper?

  • No competitor on Apify — Zero existing actors cover Endeavor's company dataset. This is the only way to get it at scale without scraping the HTML directory page by page.
  • Full taxonomy preservedvertical, sub_vertical, region, and local_office are all extracted from the WP class_list tags, giving you a four-dimensional filter without any post-processing.
  • Fast and cheap — Pure REST API, no browser required, no proxy needed. Runs all 1,344 records in under two minutes at under $0.02 total cost.