Flippa Scraper avatar

Flippa Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Flippa Scraper

Flippa Scraper

[๐Ÿ’ฐ $0.5 / 1K] Extract detailed data from Flippa.com digital asset listings โ€” financials, traffic metrics, valuation multiples, verification badges, and sale status for websites, SaaS, apps, and domains.

Pricing

from $0.50 / 1,000 results

Rating

5.0

(1)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

2

Monthly active users

7 days ago

Last modified

Share

Flippa Listings Scraper

Extract detailed listing data from Flippa.com โ€” the world's largest marketplace for buying and selling websites, SaaS businesses, apps, domains, and eCommerce stores. Get financial metrics, traffic data, verification badges, sale status, and 50+ data fields for every listing. Built for acquisition buyers, brokers and market analysts who need Flippa's whole board in a spreadsheet instead of clicking through it card by card.

Why This Scraper?

  • 11 financial metrics per listing โ€” monthly revenue, annual revenue, TTM revenue, monthly profit, annual profit, profit margin, monthly expenses, revenue multiple, profit multiple, asking price and original price
  • 9 property types in one dropdown โ€” Website, SaaS, eCommerce, App, Domain Only, AI Apps & Tools, Content Site, Marketplace and Service Business, with no URL query strings to hand-build
  • Price drop detection โ€” every reduced listing carries its original price, its current price and the exact drop percentage, so motivated sellers surface instantly
  • Three independent quality signals โ€” verified revenue, verified traffic and the Super Seller badge, plus the named source each figure came from (Google Analytics, Shopify, Stripe, PayPal, QuickBooks, Amazon Seller)
  • Sold prices, not just asking prices โ€” switch Listing Status to Sold and export completed Flippa sales with their final price and bid count
  • Auction fields that stay valid โ€” bid count, an ISO-8601 end date, and a stable sale label ("Asking Price", "Starting Price", "Highest Bid" or "Sold") instead of an on-page countdown that is wrong an hour after export
  • No promo rows, no repeats โ€” Flippa's "early access" ad block and repeated listings are stripped out, so every row you pay for is a listing you asked for
  • Three input styles, combinable in one run โ€” paste search URLs from your browser, drop in specific listing URLs, or use the dropdowns
  • From $0.42 per 1,000 listings โ€” among the lowest prices on Apify for marketplace data

Use Cases

Investment Research & Due Diligence

  • Screen thousands of digital assets by revenue, profit margin, and valuation multiples
  • Compare asking prices across similar property types and categories
  • Track price drops to find motivated sellers and negotiation opportunities

Market Intelligence

  • Analyze SaaS, eCommerce, and content site valuations over time
  • Benchmark revenue multiples and profit multiples by industry and property type
  • Monitor listing volume and pricing trends across asset categories

Deal Sourcing & Brokerage

  • Build a pipeline of listings matching specific investment criteria
  • Identify verified, high-quality listings with strong financials
  • Track auction activity, bid counts, and time-to-sale patterns

Competitive Analysis

  • Discover what types of digital businesses are selling and at what prices
  • Analyze monetization methods, platforms, and site ages across listings
  • Study which categories attract the most bids and watchers

Getting Started

Browse All Active Listings

The simplest way to start โ€” no URLs needed. Just set how many results you want:

{
"maxResults": 100
}

Filter by Property Type

Find specific types of digital assets:

{
"propertyType": "saas",
"status": "open",
"maxResults": 200
}

Use a Flippa Search URL

Apply filters on Flippa.com in your browser, then paste the URL exactly as it appears in the address bar:

{
"searchUrls": [
"https://flippa.com/search?filter[property_type]=saas&filter[status]=open&filter[price][max]=50000"
],
"maxResults": 500
}

Scrape Specific Listings

Provide direct listing URLs to get full data for specific assets:

{
"listingUrls": [
"https://flippa.com/12345678",
"https://flippa.com/87654321"
]
}

Combine Everything

Mix search URLs, listing URLs, and filters in a single run:

{
"searchUrls": ["https://flippa.com/buy/sitetype/saas"],
"listingUrls": ["https://flippa.com/12345678"],
"propertyType": "ecommerce",
"status": "won",
"maxResults": 1000
}

Input Reference

What to Scrape

ParameterTypeDefaultDescription
searchUrlsstring[][]Flippa search or category page URLs. Apply filters on Flippa.com first, then copy the URL from your browser
listingUrlsstring[][]Direct URLs to specific Flippa listings (e.g., https://flippa.com/12345678)

Filters & Options

ParameterTypeDefaultDescription
maxResultsinteger100Maximum number of listings to extract. Set to 0 for no limit
propertyTypestringAll TypesFilter by asset type: Website, SaaS, eCommerce, App, Domain Only, AI Apps & Tools, Content Site, Marketplace, or Service Business
statusstringActive ListingsChoose Active Listings, Sold Listings, or All Listings

Output

Each listing contains up to 50+ structured fields. Here's an example:

{
"id": "12345678",
"url": "https://flippa.com/12345678",
"displayName": "projecttool.io",
"title": "Profitable SaaS Platform - Project Management Tool",
"summary": "Established SaaS with 500+ paying customers and 85% gross margin",
"propertyType": "SaaS",
"category": "Internet",
"primaryPlatform": "Custom Built",
"propertyName": "projecttool.io",
"monetization": "Subscription",
"siteAge": "3 years",
"businessLocation": "United States",
"price": 150000,
"priceFormatted": "USD $150,000",
"originalPrice": 175000,
"priceDrop": true,
"priceDropPercent": 14,
"currency": "USD $",
"monthlyRevenue": 12500,
"annualRevenue": 150000,
"ttmRevenue": 145000,
"monthlyProfit": 9400,
"annualProfit": 112800,
"profitMargin": 75.2,
"monthlyExpenses": 3100,
"revenueMultiple": 1.0,
"profitMultiple": 1.33,
"uniqueVisitorsPerMonth": 45000,
"annualOrganicTraffic": 380000,
"authorityScore": 32,
"saleMethod": "classified",
"saleMethodTitle": "Asking Price",
"status": "open",
"bidCount": 5,
"endDate": "2026-09-18T00:00:00Z",
"underOffer": false,
"openToOffer": true,
"isVerified": true,
"hasVerifiedTraffic": true,
"hasVerifiedRevenue": true,
"isSuperSeller": false,
"isBrokerSeller": false,
"isEditorsChoice": true,
"isSponsored": false,
"isConfidential": false,
"isManagedByFlippa": false,
"isReadyMade": false,
"isDomainOnly": false,
"equitySalePercent": "100",
"verifications": [
{"provider": "google_analytics", "description": "Traffic verified via Google Analytics"}
],
"integrations": ["google_analytics", "stripe"],
"searchUrl": "https://flippa.com/buy/sitetype/saas",
"scrapedAt": "2026-08-10T10:30:00.000Z"
}

Field Reference

Core listing details

FieldTypeDescription
idstringUnique listing identifier
urlstringDirect URL to the listing page
displayNamestringThe best label for the listing, filled on every row: the property name, or the headline when the name is hidden behind an NDA. Use it as the identifying column in spreadsheets and dashboards
titlestringListing headline
summarystringShort description of the listing
propertyTypestringAsset type (SaaS, eCommerce, Website, App, etc.)
categorystringIndustry category (Internet, Business, etc.)
primaryPlatformstringPlatform the asset is built on (WordPress, Shopify, Custom Built, etc.), where the seller provides it
propertyNamestringName or domain of the property. Empty on confidential listings, where the seller's identity is hidden until you sign an NDA โ€” isConfidential is true on those, and displayName still identifies the row
monetizationstringRevenue method (Subscription, Ads, Affiliate, eCommerce, etc.)
siteAgestringHow long the site has existed (e.g., "3 years")
businessLocationstringBusiness location (e.g., "United States")
equitySalePercentstringPercentage of equity being sold

Pricing

FieldTypeDescription
pricenumberCurrent asking or sale price
priceFormattedstringFormatted price with currency (e.g., "USD $150,000")
originalPricenumberOriginal price before any reduction
priceDropbooleanWhether the price has been reduced
priceDropPercentnumberPercentage of price reduction
currencystringCurrency label (e.g., "USD $")

Financials & valuation

FieldTypeDescription
monthlyRevenuenumberAverage monthly revenue
annualRevenuenumberAnnual revenue (monthly x 12)
ttmRevenuenumberTrailing twelve months revenue
monthlyProfitnumberAverage monthly net profit
annualProfitnumberAnnual net profit (monthly x 12)
profitMarginnumberProfit margin as a percentage
monthlyExpensesnumberAverage monthly expenses
revenueMultiplenumberValuation multiple based on revenue
profitMultiplenumberValuation multiple based on profit

Traffic

FieldTypeDescription
uniqueVisitorsPerMonthnumberMonthly unique visitors
annualOrganicTrafficnumberAnnual organic search traffic
authorityScorenumberSEO authority score

Sale status & auction

FieldTypeDescription
saleMethodstringSale method ("auction" or "classified")
saleMethodTitlestringStable sale label: "Asking Price", "Starting Price", "Highest Bid" or "Sold"
statusstringListing status ("open" or "won")
bidCountnumberNumber of bids placed
endDatestringListing end date (ISO 8601)
underOfferbooleanWhether an offer is pending
openToOfferbooleanWhether the seller accepts offers

Verification & badges

FieldTypeDescription
isVerifiedbooleanListing verified by Flippa
hasVerifiedTrafficbooleanTraffic stats are independently verified
hasVerifiedRevenuebooleanFinancial stats are independently verified
isSuperSellerbooleanSeller has Super Seller badge
isBrokerSellerbooleanListed by a broker
isEditorsChoicebooleanEditor's Choice pick
isSponsoredbooleanSponsored or promoted listing
isConfidentialbooleanConfidential listing (requires NDA). When true, propertyName is empty by design โ€” use displayName or title to identify the business
isManagedByFlippabooleanManaged by Flippa team
isReadyMadebooleanTurnkey/starter site
isDomainOnlybooleanDomain-only sale
verificationsarrayVerification badges with provider and description
integrationsarrayConnected services (e.g., "google_analytics", "shopify", "stripe")

Run metadata

FieldTypeDescription
searchUrlstringThe search URL that found this listing
scrapedAtstringTimestamp of when data was collected (ISO 8601)

Tips for Best Results

  • Start with filters โ€” Use the Property Type and Listing Status dropdowns instead of hand-building URL query strings
  • Use search URLs for the filters the dropdowns don't cover โ€” Flippa's own search supports price range, site age, keyword search, top-level domain and auction-only. Set them on flippa.com, then copy the URL. Flippa has no revenue or profit range filter, so collect the listings and sort on monthlyRevenue or monthlyProfit in your export instead
  • Copy the URL exactly as Flippa wrote it โ€” hand-editing a filter into something Flippa doesn't recognise makes it return a handful of unrelated listings instead of an error. The run log warns you when that happens, so check it if a run comes back much smaller than expected
  • Combine inputs โ€” Mix search URLs for broad discovery with direct listing URLs for specific assets you're tracking
  • Check verification flags โ€” Sort your results by isVerified, hasVerifiedRevenue and hasVerifiedTraffic to focus on higher-quality listings
  • Monitor price drops โ€” Use the priceDrop and priceDropPercent fields to find motivated sellers
  • Track a whole vertical over time โ€” run the same Property Type on a schedule and compare profitMultiple and revenueMultiple week to week. That is how you spot a category repricing before the asking prices catch up

Pricing

From $0.42 per 1,000 listings โ€” among the lowest prices on Apify for marketplace data. Bronze, Silver and Gold subscribers pay progressively less; the table shows total cost at each discount tier.

ResultsNo discountBronzeSilverGold
100$0.05$0.048$0.044$0.042
1,000$0.50$0.48$0.44$0.42
10,000$5.00$4.80$4.40$4.20
100,000$50.00$48.00$44.00$42.00

A "result" is any listing row in the output dataset. Platform fees (compute, storage) are additional and depend on your Apify plan.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n โ€” Workflow automation
  • Google Sheets โ€” Direct spreadsheet export
  • Slack / Email โ€” Notifications on new results
  • Webhooks โ€” Custom API integrations
  • Apify API โ€” Full programmatic access

This actor is designed for legitimate investment research, market intelligence, and business analysis. Users are responsible for complying with applicable laws and Flippa's Terms of Service. Do not use extracted data for spam, harassment, or any illegal purpose.