Investors Club Vetted Online Business Listings Scraper avatar

Investors Club Vetted Online Business Listings Scraper

Pricing

Pay per event

Go to Apify Store
Investors Club Vetted Online Business Listings Scraper

Investors Club Vetted Online Business Listings Scraper

Scrape vetted online-business-for-sale listings from Investors.Club. Extracts title, URL, business model, asking price, annual/monthly revenue and profit, revenue/profit multiples, industry niche, age, and listing status.

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 vetted online-business-for-sale listings from Investors.Club, a curated digital-asset marketplace. Extracts structured financial data — asking price, annual and monthly revenue and profit, multiples, niche, and age — for every active listing across all 4 listing pages (~55 listings total).

What it extracts

FieldDescription
listing_idNumeric listing ID (from URL slug)
titleListing title
slugURL slug (id-name format)
detail_urlFull URL to the listing detail page
business_modelBusiness model category (e.g. SaaS, Ecommerce, Website, Amazon, Blog)
nicheIndustry or niche (e.g. Entertainment, Business, Sport)
asking_priceAsking price in USD
annual_profitAnnual net profit in USD
annual_revenueAnnual gross revenue in USD
monthly_profitMonthly net profit in USD (annual / 12)
monthly_revenueMonthly gross revenue in USD (annual / 12)
multipleProfit multiple (asking price / annual profit)
age_yearsAge of the business in years
statusListing status: available, under_offer, or sold

Usage

  1. Open the actor and click Start.
  2. Set Max Items to the number of listings you want (or leave at the default to get all ~55).
  3. Results appear in the Dataset tab.

Input parameters

ParameterTypeDefaultDescription
maxItemsinteger10Maximum number of listings to scrape

Example output

{
"listing_id": "96660",
"title": "Gaming Tools Content Site",
"slug": "96660-gaming-tools-content-site",
"detail_url": "https://investors.club/listing/96660-gaming-tools-content-site/",
"business_model": "Website",
"niche": "Entertainment",
"asking_price": 11996,
"annual_profit": 1749,
"annual_revenue": 1858,
"monthly_profit": 146,
"monthly_revenue": 155,
"multiple": 6.86,
"age_years": 1,
"status": "available"
}

How it works

The actor uses a two-phase crawl:

  1. Index phase — Paginates through https://investors.club/listings/page/1 through /page/4 (4 pages, ~15 listings each). Extracts the title, URL, business model, asking price, niche, annual profit, profit multiple, and established year from each listing card.

  2. Detail phase — Visits each listing's detail page to collect the full financial picture: annual gross revenue and revenue multiple from the Elementor widget blocks on the listing page.

The site is server-rendered WordPress with no Cloudflare or anti-bot protection. No proxy is required.

Use cases

  • M&A deal sourcing — Build comparable sets alongside Empire Flippers and Acquire.com data to evaluate online business acquisitions.
  • Market research — Track asking prices and multiples across business models and niches over time.
  • Investment screening — Filter listings by revenue multiple, annual profit, or business model for portfolio fit.
  • Competitor benchmarking — Understand pricing trends in the vetted-marketplace segment.

Notes

  • Investors.Club curates its listings — the total active inventory is typically 50–150 listings at any given time.
  • Financial fields may be null for listings that do not disclose full financials.
  • The actor scrapes publicly visible data only; no login or authentication is required.