Seedtable Startup Rankings Scraper
Pricing
Pay per event
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
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
9 days ago
Last modified
Categories
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:
- Discovers every city list SeedTable publishes — 4,000+ cities worldwide.
- Collects each city's startup rankings as clean, fully typed records.
- Returns one row per startup, including name, industry, location, profile link, and logo URL.
Input
| Field | Type | Description | Default |
|---|---|---|---|
maxItems | Integer | Maximum number of startup records to return. Leave empty for a full run. | 10 |
cities | Array | Optional 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:
| Field | Description |
|---|---|
startup_name | Company name |
profile_url | Full URL to the startup's SeedTable profile page |
logo_url | URL to the company logo image |
industries | Primary industry or sector, where SeedTable has tagged one |
location | City and country of the startup |
list_geography | The 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
industriesis 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
maxItemsaccordingly.