Acquire Scraper avatar

Acquire Scraper

Pricing

Pay per event

Go to Apify Store
Acquire Scraper

Acquire Scraper

Scrape public startup acquisition listings from Acquire.com with titles, asking price, annual revenue, annual profit, and category.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

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 maxItems limit for partial crawls
  • Uses server-rendered HTML (no JS rendering required) — fast and reliable

Input

ParameterTypeDescriptionDefault
maxItemsintegerMaximum number of listings to scrape10

Output

Each record includes:

FieldTypeDescription
listing_idstringUnique listing identifier from the URL slug
urlstringFull URL of the listing page
titlestringListing title
descriptionstringFull description text
categorystringBusiness category (e.g. SaaS, Mobile, eCommerce)
asking_pricestringAsking price (e.g. "$300,000")
annual_revenuestringAnnual revenue (e.g. "$351,019")
annual_profitstringAnnual profit (e.g. "$80,642")
scraped_atstringISO 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