
Businessesforsale Scraper
Pricing
$15.00/month + usage

Businessesforsale Scraper
Scrapes BusinessesForSale.com to extract business listings with JSON-LD data, search metadata (criteria, tags, age filters, listings count), and search context. Built with TypeScript/Cheerio for reliable data extraction and market research.
0.0 (0)
Pricing
$15.00/month + usage
0
1
1
Last modified
7 days ago
Start URLs
startUrls
arrayRequired
URLs to start with. The actor currently supports URLs such as https://www.businessesforsale.com/search/established-businesses-for-sale
.
Maximum number of items OR limit the results per crawl
maxItems
integerOptional
Maximum number of items that will be scraped.
Default value of this property is 1000
Max Concurrency
maxConcurrency
integerOptional
Maximum number of pages that can be processed at the same time.
Default value of this property is 10
Min Concurrency
minConcurrency
integerOptional
Minimum number of pages that will be processed at the same time.
Default value of this property is 1
Max Request Retries
maxRequestRetries
integerOptional
Number of times the crawler will retry a failed request before giving up.
Default value of this property is 100
Proxy configuration
proxy
objectOptional
Specifies proxy servers that will be used by the scraper in order to hide its origin.
For details, see Proxy configuration in README.
Default value of this property is {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}