Fundable Companies Scraper
Fundable Companies Scraper
Scrapes company profiles from Fundable — the startups.com fundraising marketplace. Returns founder-pitched companies publicly signalling a fundraise, with name, location, funded status, and cover image.
What you get
Each record includes:
| Field | Description |
|---|---|
profile_id |
Numeric Fundable company ID (from URL or cover image path) |
company_name |
Company name as listed on Fundable |
elevator_pitch |
Short pitch or tagline entered by the founder |
location |
City/country (e.g. Long Beach, CA, United States) or Private |
funded_status |
FUNDED when the company displays the FUNDED banner, otherwise blank |
raise_amount |
Fundraising target (publicly visible when set; most companies keep this private) |
industry |
Industry category (publicly visible for open campaigns) |
founded |
Year founded (publicly visible for open campaigns) |
profile_url |
Full Fundable profile URL |
cover_image_url |
S3 URL of the company cover image |
Note:
raise_amount,industry, andfoundedare behind Fundable's private fundraise wall for most companies. They are returned asnullunless the company has made those fields public.
Browse tabs covered
| Tab | URL |
|---|---|
| Featured | /browse/featured |
| Funded | /browse/funded |
| Trending | /browse/trending |
| New & Noteworthy | /browse/new-noteworthy |
Each tab paginates via ?page=N with 24 companies per page. The actor stops when a page returns no results.
Input
{
"maxItems": 50
}
| Field | Type | Default | Description |
|---|---|---|---|
maxItems |
integer | required | Maximum number of company profiles to return. Set to a large number (e.g. 9999) for all available profiles. |
Usage examples
Scrape 100 startup profiles:
{
"maxItems": 100
}
Get all available company profiles:
{
"maxItems": 9999
}
Who it's for
- VCs and angels building deal-flow pipelines from founders who have publicly signalled a raise
- B2B SaaS teams targeting early-stage startups by location or pitch keywords
- Lead gen agencies building curated founder lists for outreach campaigns
Anti-bot / access
Fundable serves listing pages and profile pages as server-side HTML with no Cloudflare protection or login gate. No proxy is required. The actor runs on standard datacenter infrastructure.
Data freshness
Fundable's browse listings reflect active and recently-funded companies. Run the actor regularly (weekly or monthly) to capture new entrants and status changes.