Topstartups: Get Startups
Topstartups via Parse · b2b_directory
Retrieve a paginated list of startups with optional filters for industry, location, size, founding year, funding stage, and investors. Returns up to ~20 startups per page. Pagination via page number; has_more indicates additional pages exist. APIs to discover startups, jobs, and salary data from topstartups.io. Supports extensive filtering and pagination. Fulfilled by Parse from topstartups.io.
- b2b-directory
- finance
- jobs
- parse
- platform-key
- topstartups
- topstartups-io
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- b2b_directory
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/53e9bd7c-29f3-4f70-b60d-4af39472b47a/get_startups
- Interface artifact
- sha256:f731cde32af3940dc98ced5919b4ba96fd40de47d86f00dc4a16b6d9fafb3296
- Manifest digest
- sha256:55b8e4170e6e326dc2d25d64abfe2f7f9ce8a732b1ac8d625426c50fe7476e64
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order. Accepted values: 'funding', 'valuation'.: Allowed values: funding, valuation
- investors (string): Filter by investor name (e.g. 'Sequoia').
- industries (string): Filter by industry (e.g. 'SaaS', 'Artificial Intelligence').
- hq_location (string): Filter by HQ location (e.g. 'New York').
- company_size (string): Filter by company size (e.g. '11-50 employees').
- founded_year (string): Filter by founded year (e.g. '2020').
- funding_round (string): Filter by funding stage (e.g. 'Series A').
Example queries
- {"page":"1","sort":"funding","investors":"Sequoia","industries":"Artificial Intelligence","hq_location":"San Francisco","company_size":"11-50 employees","founded_year":"2020","funding_round":"Series A"}