ParseForge Scrapers

Empire Flippers Listings Scraper

parseforge/empireflippers-listings-scraper

AutomationDeveloper toolsLead generation

Scrape Empire Flippers marketplace business-for-sale listings by status and monetization type. Returns asking price, revenue, profit, niche, and listing URL in a flat row for spreadsheets and databases.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
55
Bookmarked
0
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge

Empire Flippers Listings Scraper

Scrape Empire Flippers business-for-sale listings, including price, revenue, profit, and niche, up to a million per run. Filter live For Sale, Sold, or Under Offer deals by monetization type. Export to CSV, JSON, Excel, or XML.

Empire Flippers lists established online businesses for sale, but manually sifting through hundreds of listings to find a deal that fits your buy box is slow. This actor reads the public marketplace feed directly, returning a clean dataset you can filter by listing status and monetization method. No browser needed, no manual copying. Every row follows one consistent schema so your analysis starts the moment the run finishes.

Who uses it What they scrape Empire Flippers for
Acquisition entrepreneurs Scan new Empire Flippers listings daily for businesses matching their investment criteria.
M&A analysts Compile sold and live listings to benchmark valuation multiples across niches.
Market researchers Track which business models and monetization methods command the highest asking prices.
Agency brokers Keep a live feed of new listings to match with buyer mandates.

What it does

This Actor collects Empire Flippers marketplace listings by status and optional monetization filter, and returns each deal as a flat row with its asking price, financials, niche, and URL.

  • ๐Ÿ“Š Listing status filter: scrape only active For Sale listings, recently Sold deals, or those currently Under Offer.
  • ๐Ÿท๏ธ Monetization filter: narrow results to a specific business model such as Amazon FBA, SaaS, Affiliate Sales, or Display Advertising.
  • ๐Ÿ“ฆ Flat row output: every listing arrives as a single row ready for spreadsheets, databases, or BI tools.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Empire Flippers data

๐Ÿ“ˆ Monitor new deals daily.

An acquisition entrepreneur runs the actor each morning with status set to For Sale, piping fresh listings into a Google Sheet to surface SaaS businesses under a target revenue multiple.

๐Ÿ“Š Benchmark exit valuations.

An M&A analyst scrapes Sold listings over the past year, groups them by monetization type, and calculates median price-to-revenue multiples to advise a seller on pricing.

๐Ÿ” Find off-market comps.

A broker scrapes Sold and Under Offer listings, extracts niche and revenue data, and uses the dataset to justify a valuation range in a pitch deck for a new client.

๐Ÿ—‚๏ธ Build a deal database.

A market researcher runs the actor weekly across all statuses, storing every listing in a database to analyze which business models are growing fastest in supply and demand.

Why choose this scraper

What you get
Consistent schema Every run produces the same columns across cohorts, so your analysis never breaks when the site changes.
Export anywhere Download results as CSV, JSON, Excel, or XML without extra conversion steps.
Scales to market size Pull up to a million listings per run, enough for historical analysis or long-term trend tracking.

How it compares

Three other Apify actors also target Empire Flippers. This actor sets itself apart with always-on monetization filtering, all three listing statuses, and a flat output schema designed for scheduled recurring runs.

Feature ParseForge Empire Flippers Scraper - Businesses for Sale Business-for-Sale Deal Screener & Valuation Analyzer Empire Flippers Marketplace Scraper
Filter by listing status (For Sale, Sold, Under Offer) Yes, default For Sale Not listed Not listed Not listed
Filter by monetization (Amazon FBA, SaaS, etc.) Yes, explicit input Not listed Not listed Not listed
Sold listing price and financials Yes, when published by the site Not listed Not listed Not listed
Deal valuation and scoring Not listed Not listed Yes Not listed
Scrapes multiple marketplaces in one actor Empire Flippers only Not listed Yes (BizBuySell, BizQuest, BusinessesForSale, Flippa, plus others) Not listed

Configure the run

Drive the Actor by choosing a listing status, then narrow the feed further with an optional monetization filter. Filters run as each listing is read, so only matching deals land in your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10
}

A larger pull:

{
 "maxItems": 200
}

Pricing

Pay-per-result: $0.011 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $1.10
1,000 results $11.00
10,000 results $110.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Empire Flippers Listings Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Empire Flippers through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/empireflippers-listings-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your Monetization filter spelling. It must match the label exactly as it appears on Empire Flippers (for example, 'Amazon FBA', not 'amazon fba'). Try leaving it empty to confirm there are listings for the selected status.

The actor returned fewer listings than my maximum.

That is normal when the marketplace itself has fewer live listings than your number. The actor stops when it runs out of pages, not when it invents data.

Some fields are empty in my output.

Empire Flippers sometimes omits revenue or profit on Sold listings. The actor returns what the site publishes. Missing fields mean the data was not present on the page.

The actor timed out before reaching my maximum.

Raise the actor timeout in the run settings, or lower your Maximum Listings input to match the number you need for one run.

My data looks different from the marketplace page.

Empire Flippers may update their layout. The actor parses structured data from the page, so formatting inconsistencies on the site can cause temporary gaps. Re-run after a few hours; if the issue persists, contact support.

FAQ

Question Answer
Can I scrape sold listings to see what deals closed? Yes. Set the Listing Status to 'Sold' and the actor returns only completed deals from the public sold feed. Price and financials are included where Empire Flippers has disclosed them.
Does this actor require a login or an API token? No. It reads the public marketplace pages that anyone can view. You do not need an Empire Flippers account or any API credentials.
How do I filter by business type, like only Amazon FBA deals? Use the Monetization input. Type 'Amazon FBA', 'SaaS', 'Affiliate Sales', or any monetization label listed on the marketplace. Leave it empty to pull all business types.
What does the 'Under Offer' status include? It returns listings that have an accepted offer but have not yet closed. These deals are no longer actively for sale but can be useful for seeing what is getting traction.
How often does the data refresh? The actor reads the live site on each run. Run it on a schedule (hourly, daily) and you will pick up new listings as soon as they appear on Empire Flippers.
Can I get the listing URL so I can open the full detail page? Yes. Every row includes the direct URL to the listing on Empire Flippers, so you can click through for the full description, media, and Q&A details.
Does the actor handle multiple pages of results? Yes. It paginates through the marketplace until it collects the number of listings you set in the Maximum Listings input.
Can I scrape the entire marketplace at once? Set a high Maximum Listings value (up to 1,000,000) and leave the Monetization filter empty. The actor will work through every available listing for the status you selected.
What format does the data export in? You can export the final dataset from Apify in CSV, JSON, Excel, or XML format, or push it directly to a webhook, Google Sheets, or a database through an integration.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Empire Flippers, LLC. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
listingStatus string (3 options) Which listings to pull from the marketplace. For Sale
monetization string Optional. Filter by monetization method, for example "Amazon FBA", "SaaS", "Affiliate Sales", "Display Advertising". Leave empty for all. not set
maxItems integer How many listings to collect per run. 10

Pricing

from $9.95 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.00995 to $0.011

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~empireflippers-listings-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Empire Flippers Listings Scraper on Apify All scrapers