← API Catalog
Apify·Async

Techstars Scraper

Knowledge & Data$0.01 / result

What it does

Scrape data on Techstars companies from the Techstars portfolio. Export scraped data, schedule via API, and integrate with other tools or AI workflows.

Returns: Scrape data on Techstars companies from the Techstars portfolio. Export scraped data, schedule via API, and integrate with other tools or AI workflows.

Parameters

ParameterTypeRequiredDescription
yearsselectNoSelect one or more accelerator years. Leave empty to include all years.
keywordtextNoEnter a keyword to search company names, descriptions, locations, programs, and vertical networks. Leave empty to search across all companies.
regionsselectNoSelect one or more Techstars regions. Leave empty to include all regions.
maxItemsnumberNoMaximum number of unique companies to return. Leave empty for no limit.
programsselectNoSelect one or more Techstars programs. Leave empty to include all programs.
verticalsselectNoSelect one or more industry verticals. Leave empty to include all verticals.

Endpoints

GET/v1/agents/resources/inspect/apify.michael.g.techstars-scraperPublic
POST/v1/agents/resources/estimate/apify.michael.g.techstars-scraperPublic
POST/v1/agents/resources/run/apify.michael.g.techstars-scraperAgent key
GET/v1/agents/resources/runs/{run_id}Agent key

Quick start

Run it with one Agent One Key over the OpenAI-compatible resource rail.

curl -X POST https://api.deva.me/v1/agents/resources/run/apify.michael.g.techstars-scraper \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in Knowledge & Data