Acquire Scraper
BUSINESSLEAD GENERATION
Acquire Scraper
Scrape public startup acquisition listings from Acquire.com with titles, asking price, annual revenue, annual profit, and category.
What does this actor do?
This actor walks the Acquire.com sitemap (app.acquire.com/sitemap.xml) and extracts structured data from ~1,300 public startup listings without requiring login or authentication.
Features
- Scrapes all publicly available startup listings from Acquire.com
- Extracts: listing title, asking price, annual revenue, annual profit, business category, and full description
- Configurable
maxItemslimit for partial crawls - Uses server-rendered HTML (no JS rendering required) — fast and reliable
Input
| Parameter | Type | Description | Default |
|---|---|---|---|
maxItems |
integer | Maximum number of listings to scrape | 10 |
Output
Each record includes:
| Field | Type | Description |
|---|---|---|
listing_id |
string | Unique listing identifier from the URL slug |
url |
string | Full URL of the listing page |
title |
string | Listing title |
description |
string | Full description text |
category |
string | Business category (e.g. SaaS, Mobile, eCommerce) |
asking_price |
string | Asking price (e.g. "$300,000") |
annual_revenue |
string | Annual revenue (e.g. "$351,019") |
annual_profit |
string | Annual profit (e.g. "$80,642") |
scraped_at |
string | ISO 8601 timestamp |
Example output
{
"listing_id": "oa2pfifwmk",
"url": "https://app.acquire.com/startup/oa2pfifwmk-b2c-speech-therapy-app-for-kids-5-000-customers-300k-arr-974-growth",
"title": "B2C Speech Therapy App for Kids — 5,000+ Customers, $300K ARR, 974% Growth",
"description": "This is a fast-growing speech therapy platform helping parents build children's language skills...",
"category": "Mobile",
"asking_price": "$300,000",
"annual_revenue": "$351,019",
"annual_profit": "$80,642",
"scraped_at": "2026-06-04T20:00:00.000Z"
}
Notes
- Only public listings are scraped — no authentication required
- The full catalog has ~1,300 listings as of mid-2026
- Rate limits are respected via CoreCrawler's concurrency controls