Investors.club Scraper — Online Businesses For Sale avatar

Investors.club Scraper — Online Businesses For Sale

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Investors.club Scraper — Online Businesses For Sale

Investors.club Scraper — Online Businesses For Sale

Scrape Investors.club — vetted online businesses for sale with asking price, annual revenue, net profit, revenue + profit multiples, industry, tech stack, monetization, and traffic channels. Browse, filter, or full-catalogue mode. JSON or CSV out, billed per result.

Pricing

from $5.00 / 1,000 results

Rating

5.0

(1)

Developer

Muhamed Didovic

Muhamed Didovic

Maintained by Community

Actor stats

0

Bookmarked

18

Total users

17

Monthly active users

2 hours ago

Last modified

Share

Investors.club Scraper — Vetted Online Businesses For Sale

Extract curated online-business-for-sale listings from Investors.club — a vetted marketplace of profitable websites, SaaS apps, e-commerce stores, content sites, and newsletters. Every row carries the asking price, annual gross revenue, annual net profit, revenue multiple, and profit multiple, plus industry, market, tech stack, monetization, traffic channels, team size, and listing dates. No browser, no login: pure HTTP against public pages, billed per result.

How it works

How it works

✨ Why use this scraper?

  • All public deal financials on one row — asking price, gross revenue, net profit, and both multiples, as numbers ready for filtering and sorting.
  • Deep taxonomy — industry, business type, monetization methods, tech stack, traffic channels (SEO, direct, email, social), and classifieds tags like profitable, home-based, for-sale-by-owner.
  • Deal-quality flags — whether verified financials, a due-diligence report, and screenshots are available on the listing.
  • Full-catalogue mode — one toggle enumerates every active listing via the public sitemap.
  • Fresh-deal monitoringlistedAt / modifiedAt timestamps make daily new-listing alerts trivial.
  • Fast and cheap — one HTTP request per listing, no browser rendering.

🎯 Use cases

WhoWhat they do with it
Buyers & micro-PEScreen deals by profit multiple, budget bucket, and niche before requesting access
Brokers & advisorsTrack market pricing — multiples by industry, business type, and size
Deal-flow aggregatorsMerge Investors.club listings with Acquire, Flippa, and TrustMRR feeds
Analysts & mediaStudy the online-business M&A market with structured data
FoundersBenchmark what businesses like theirs sell for

📥 Supported inputs

InputExample
Browse all listingshttps://investors.club/listings/
Business typehttps://investors.club/business/saas/
Budget filterhttps://investors.club/budget/under-50000/
Monetization filterhttps://investors.club/monetization/digital-products/
Tech-stack filterhttps://investors.club/tech-stack/wordpress/
Country filterhttps://investors.club/country/united-states/
Direct listing URLhttps://investors.club/listing/101291-italian-knitting-crafting-e-commerce/
Full catalogueenable Scrape all active listings (no URL needed)

Not supported: member-only data (detailed P&L statements, traffic analytics, seller identity, URL reveal) — those require an Investors.club account and are not scraped.

🔄 How it works

  1. Classify every start URL — listing URLs, browse/filter pages, and sitemaps are auto-detected.
  2. Collect listing links from each browse page and walk the /page/N/ pagination.
  3. Fetch each listing page in parallel with automatic retries.
  4. Parse 30+ fields: financials, meta rows, taxonomy, availability flags, dates.
  5. Push one clean row per listing to the dataset — JSON or CSV export.

⚙️ Input parameters

FieldTypeDefaultDescription
startUrlsarray["https://investors.club/listings/"]Any investors.club URLs — auto-classified
scrapeAllbooleanfalseEnumerate every active listing via the public sitemap
maxItemsinteger100Hard cap on rows collected
maxConcurrencyinteger10Listing pages processed in parallel
proxyobjectApify proxyInvestors.club has no aggressive anti-bot; defaults work

📊 Output overview

One row per listing. Financial values are USD numbers (not strings); null means the listing shows "Not available". Taxonomy arrays (techStackSlugs, trafficChannels, classifiedsTags, revenueFeatures) come from the listing's own tags.

📦 Output sample

{
"type": "listing",
"listingId": "101291",
"listingUrl": "https://investors.club/listing/101291-italian-knitting-crafting-e-commerce/",
"title": "Italian Knitting & Crafting E-commerce",
"businessType": "Ecommerce",
"tagline": "Knitting & Crochet E-commerce Store In The Italian Market",
"description": "E-commerce store in the knitting and crochet niche, selling premium yarns, tools, and accessories...",
"language": "Italian",
"market": "Italy",
"industry": "Lifestyle, Hobbies, and Home",
"establishedYear": 2012,
"teamSize": 1,
"technology": ["WordPress"],
"monetization": ["Physical Products"],
"askingPrice": 139000,
"annualGrossRevenue": 101465,
"annualNetProfit": 48875,
"revenueMultiple": 1.37,
"profitMultiple": 2.84,
"category": "ecommerce",
"country": "italy",
"techStackSlugs": ["wordpress"],
"classifiedsTags": ["cash-flow", "established", "for-sale-by-owner", "home-based", "internet", "profitable"],
"revenueFeatures": ["physical-products"],
"trafficChannels": ["direct", "email", "facebook", "seo"],
"financialsAvailable": true,
"dueDiligenceReportAvailable": true,
"screenshotsAvailable": true,
"earlyAccess": true,
"imageUrl": "https://investors.club/images/traffico-ultimi-12-mesi-520x397.png",
"listedAt": "2026-07-11T15:46:51+00:00",
"modifiedAt": "2026-07-13T12:51:45+00:00",
"scrapedAt": "2026-07-15T09:23:08.584Z"
}

🗂 Key output fields

GroupFields
IdentitylistingId, listingUrl, title, businessType, tagline, description, imageUrl
FinancialsaskingPrice, annualGrossRevenue, annualNetProfit, revenueMultiple, profitMultiple
Business profilelanguage, market, industry, establishedYear, teamSize, technology[], monetization[]
Taxonomycategory, country, techStackSlugs[], classifiedsTags[], revenueFeatures[], trafficChannels[]
Deal-quality flagsfinancialsAvailable, dueDiligenceReportAvailable, screenshotsAvailable, earlyAccess
DateslistedAt, modifiedAt, scrapedAt

❓ FAQ

How many listings are there? Investors.club is a curated marketplace — typically ~50 active listings at a time, refreshed continuously. Use scrapeAll plus a daily schedule to catch every new deal.

Can I get the seller's identity or the site URL? No — Investors.club reveals those only to signed-in members after the seller approves access. This actor scrapes public listing pages only.

Why are some financials null? Some listings show "Not available" for specific numbers (e.g. very new or sold listings). The scraper emits null rather than guessing.

How do I monitor for new deals? Schedule the actor daily with scrapeAll: true, then filter rows where listedAt is newer than your last run.

Do I need a proxy? The default Apify proxy is fine. Investors.club has no aggressive anti-bot protection.

💬 Support

  • 🐛 Found a bug? Open an issue on the actor's Issues tab in the Apify Console.
  • 💡 Need a custom field or a bigger integration? Message me through Apify.

🛠 Additional services

Need this data merged with other marketplaces (Acquire, Flippa, TrustMRR), delivered to your warehouse, or monitored on a schedule? I build custom pipelines — get in touch via Apify.

🔎 Explore more scrapers

Check my Apify profile for 300+ actors: apify.com/memo23 — including Acquire.com and TrustMRR scrapers.


⚠️ Disclaimer

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Investors Club or its operators. All trademarks mentioned are the property of their respective owners.

The scraper accesses only publicly available listing pages — no authenticated endpoints, member-only financial statements, or seller identities behind an Investors.club login. Users are responsible for ensuring their use complies with Investors.club's Terms of Service, applicable data-protection law (GDPR, CCPA, etc.), and any contractual obligations of their own organisation.


SEO Keywords

investors club scraper, scrape investors.club, investors club api, apify investors club, online businesses for sale data, website marketplace scraper, buy online business data, saas for sale scraper, ecommerce business for sale data, content site for sale, website flipping data, business asking price data, profit multiple data, online business m&a data, deal flow scraper, flippa alternative scraper, acquire alternative scraper, micro acquisition data, website due diligence data, vetted business listings