Seedtable Startup Rankings Scraper avatar

Seedtable Startup Rankings Scraper

Pricing

Pay per event

Go to Apify Store
Seedtable Startup Rankings Scraper

Seedtable Startup Rankings Scraper

Scrape ranked startup lists from SeedTable — startups across 4,000+ city lists worldwide. Returns startup name, industry, location, profile URL, and logo for every ranked company, and filters to just the cities you care about.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

9 days ago

Last modified

Share

Scrape ranked startup lists from SeedTable — startups across 4,000+ city lists worldwide. Extracts startup name, industry, location, profile URL, and logo for each ranked company.

What does this actor do?

SeedTable maintains curated lists of the best startups by city. This actor:

  1. Discovers every city list SeedTable publishes — 4,000+ cities worldwide.
  2. Collects each city's startup rankings as clean, fully typed records.
  3. Returns one row per startup, including name, industry, location, profile link, and logo URL.

Input

FieldTypeDescriptionDefault
maxItemsIntegerMaximum number of startup records to return. Leave empty for a full run.10
citiesArrayOptional list of city names to filter results (e.g. ["London", "Paris"]). Leave empty to scrape all cities.["London", "Paris", "Berlin"]

Example input

{
"maxItems": 100,
"cities": ["London", "Paris", "Berlin"]
}

To scrape every city SeedTable ranks, set cities to [] (empty array) and maxItems to a large number like 10000.

Output

Each item in the dataset represents one ranked startup:

FieldDescription
startup_nameCompany name
profile_urlFull URL to the startup's SeedTable profile page
logo_urlURL to the company logo image
industriesPrimary industry or sector, where SeedTable has tagged one
locationCity and country of the startup
list_geographyThe city list this startup appeared in

Example output record

{
"startup_name": "Omnisend",
"profile_url": "https://www.seedtable.com/startups/omnisend",
"logo_url": "https://img.logo.dev/omnisend.com?size=200&format=png",
"industries": "Email marketing",
"location": "London, United Kingdom",
"list_geography": "London"
}

Use cases

  • Lead generation — Build targeted lists of funded startups in specific cities or industries.
  • Market research — Understand the startup ecosystem in a particular region.
  • Competitive intelligence — Track which startups are ranked in your target markets.
  • Investor prospecting — Screen ranked startups by city and sector.

Limitations

  • industries is occasionally empty, where SeedTable has not tagged the company.

Notes

  • SeedTable covers primarily European startups but also includes global hubs (New York, Singapore, etc.).
  • Some startups may appear in multiple city lists (e.g. a London-based startup with an Amsterdam office). Set maxItems accordingly.