FLIPPA.com $0.8💰 URL | Filters | Enriched Output avatar

FLIPPA.com $0.8💰 URL | Filters | Enriched Output

Pricing

from $0.80 / 1,000 results

Go to Apify Store
FLIPPA.com $0.8💰 URL | Filters | Enriched Output

FLIPPA.com $0.8💰 URL | Filters | Enriched Output

From $0.8/1K. Scrape FLIPPA.com with full enrichment. Extract profit, revenue, multiples, traffic, age, location, monetization, badges, and more. Combines search JSON and listing API data. Supports filters or URL input, concurrent enrichment, and fast, low-resource runs.

Pricing

from $0.80 / 1,000 results

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Flippa Scraper

Pull every public field from flippa.com listings, fast and cheap. Search by filters or paste any URL. Each record carries 80+ structured fields plus the raw upstream payload, so you never lose data the platform exposes.

Why This Scraper?

  • Complete output: monthly profit, monthly revenue, profit and revenue multiples, page views, uniques, site age, seller location, monetization, sale method, verifications, badges, integrations, all preserved.
  • Two sources merged per record: the search-results JSON island for badges, multiples, key data, and price text; the public listings JSON:API for hostname, external URL, model, industry, and revenue sources.
  • Search and URL mode: filter by 25 dimensions, or paste search URLs and listing URLs straight from your browser.
  • Concurrent enrichment: detail data fetched in parallel and pushed per record, so an aborted run still keeps everything that finished.
  • Free-tier friendly: the default Apify proxy works, no residential needed.
  • Lean and fast: ~50 MB peak memory, sub-second cold start, low compute usage.

Data You Get

Sample shape, values are illustrative placeholders, not from a live listing.

FieldExample
id"00000000"
url"https://flippa.com/00000000-sample-slug"
title"Sample listing title"
summary"Brief seller pitch text shown on the search card."
propertyName"example.com"
hostname"example.com"
externalUrl"https://www.example.com/"
propertyType"saas"
siteType"AiAppsAndTools"
category"Internet"
monetization"Ads"
primaryPlatform"Open AI"
industry"internet"
businessModelnull
saleMethod"classified"
saleMethodTitle"Asking Price"
status"open"
endAt"2026-01-01T00:00:00+00:00"
price0
originalPrice0
priceText"USD $0"
priceDroppedfalse
priceDroppedPercent0
currency"USD"
monthlyRevenue0
monthlyProfit0
annualRevenue0
annualProfit0
revenuePerMonth0
profitPerMonth0
profitMultiple0.0
revenueMultiple0.0
uniquesPerMonth0
pageViewsPerMonth0
annualOrganicTraffic0
authorityScore0
siteAge"1 year"
ageInYears"1 year"
ageInMonths12
businessLocation"WY, United States"
sellerLocation"United States"
revenueSources[]
isVerifiedRevenuefalse
isVerifiedTraffictrue
isManuallyVettedtrue
isEditorsChoicefalse
isSuperSellerfalse
isSponsoredfalse
bidCount0
thumbnailUrl"https://static.flippa.com/assets/sample-placeholder.svg"
keyData[{ "label": "Type", "value": "Sample" }]
badges[]
allVerifications[]
integrations["google_analytics"]
rawfull search-card object preserved verbatim
apiRawfull listings JSON:API record preserved verbatim

How to Use

Search by filters

{
"mode": "search",
"status": ["open"],
"propertyTypes": ["saas", "ai_apps_and_tools"],
"saleMethods": ["classified"],
"sortBy": "most_recent",
"minPrice": 1000,
"maxPrice": 50000,
"minMonthlyProfit": 100,
"fetchDetails": true,
"maxListings": 50,
"maxPages": 5
}

Verified-revenue ecommerce, US sellers

{
"mode": "search",
"propertyTypes": ["ecommerce_store"],
"verifiedRevenueOnly": true,
"sellerLocation": "us",
"fetchDetails": true,
"maxListings": 100
}

Paste any flippa.com URLs

{
"mode": "url",
"urls": [
"https://flippa.com/search?search_template=most_relevant&filter%5Bstatus%5D=open&filter%5Bproperty_type%5D=saas",
"https://flippa.com/search?search_template=most_recent&filter%5Bsale_method%5D=auction&filter%5Bstatus%5D=open",
"https://flippa.com/12345678"
],
"fetchDetails": true,
"maxListings": 60
}

Input Parameters

ParameterTypeDefaultDescription
modestringsearchsearch to filter, or url to paste URLs.
statusarray["open"]open for live, won for recently sold, both supported.
propertyTypesarray(any)website, fba, saas, ecommerce_store, ai_apps_and_tools, plugin_and_extension, youtube, ios_app, android_app, game, crypto_app, social_media, newsletter, service_and_agency, service, projects_and_concepts, domain, other.
siteTypesarray(any)Granular site type within an asset type.
saleMethodsarray(any)auction, classified.
sortBystringmost_relevantmost_relevant, most_recent, ending_soonest, most_active.
minPrice / maxPriceinteger(none)Asking price range in USD.
minMonthlyProfit / maxMonthlyProfitinteger(none)Monthly net profit range.
minMonthlyRevenue / maxMonthlyRevenueinteger(none)Monthly revenue range.
minUniquesPerMonthinteger(none)Minimum monthly uniques.
minAgeMonths / maxAgeMonthsinteger(none)Age range in months.
tldsarray(any)Domain extensions (com, org, io, ai, app, ...).
sellerLocationstring(any)ISO country code (us, gb, au) or region (afr, nam, sam, asi, eeu, weu, oce).
verifiedRevenueOnlybooleanfalseOnly verified-revenue listings.
verifiedTrafficOnlybooleanfalseOnly verified-traffic listings.
manuallyVettedOnlybooleanfalseOnly manually vetted listings.
editorsChoiceOnlybooleanfalseEditor's Choice only.
superSellerOnlybooleanfalseSuper Seller only.
brokerSellerOnlybooleanfalseBrokered listings only.
sponsoredOnlybooleanfalseSponsored listings only.
buyItNowOnlybooleanfalseBuy It Now auctions only.
reserveMetOnlybooleanfalseReserve met auctions only.
priceDroppedOnlybooleanfalsePrice reduced only.
managedByFlippaOnlybooleanfalseManaged by Flippa only.
earlyAccessOnlybooleanfalseFirst Access only.
revenueGeneratingstringanyyes, no, or any.
urlsarray(none)URL-mode input, supports search and listing URLs.
fetchDetailsbooleantrueAdds external_url, hostname, model, revenue sources, seller location, etc.
maxListingsinteger100Hard cap on dataset items. 0 means unlimited.
maxPagesinteger10Pages to walk per search URL (about 25 listings per page).
proxyobjectApify defaultDefault works fine, residential is optional.

Output Example

Sample shape, placeholder values.

{
"id": "00000000",
"url": "https://flippa.com/00000000-sample-slug",
"title": "Sample SaaS listing with passive monthly revenue",
"summary": "Brief seller pitch text shown on the search card.",
"propertyName": "example.com",
"hostname": "example.com",
"externalUrl": "https://www.example.com/",
"propertyType": "saas",
"siteType": "AiAppsAndTools",
"category": "Internet",
"monetization": "Subscription",
"primaryPlatform": "Open AI",
"industry": "internet",
"businessModel": null,
"saleMethod": "classified",
"saleMethodTitle": "Asking Price",
"status": "open",
"endAt": "2026-01-01T00:00:00+00:00",
"price": 0,
"originalPrice": 0,
"priceText": "USD $0",
"priceDropped": false,
"currency": "USD",
"monthlyRevenue": 0,
"monthlyProfit": 0,
"annualRevenue": 0,
"annualProfit": 0,
"profitMultiple": 0,
"revenueMultiple": 0,
"uniquesPerMonth": 0,
"pageViewsPerMonth": 0,
"annualOrganicTraffic": 0,
"authorityScore": 0,
"siteAge": "1 year",
"ageInYears": "1 year",
"ageInMonths": 12,
"businessLocation": "WY, United States",
"sellerLocation": "United States",
"revenueSources": [],
"isVerifiedRevenue": false,
"isVerifiedTraffic": true,
"isManuallyVetted": true,
"isEditorsChoice": false,
"isSuperSeller": false,
"isSponsored": false,
"bidCount": 0,
"thumbnailUrl": "https://static.flippa.com/assets/sample-placeholder.svg",
"keyData": [
{ "label": "Type", "value": "Sample" },
{ "label": "Industry", "value": "Internet" }
],
"badges": [],
"allVerifications": [],
"integrations": ["google_analytics"],
"raw": { "/* full search-card object */": "..." },
"apiRaw": { "/* full listings JSON:API record */": "..." }
}

Plan Requirement

  • The default Apify proxy works for flippa.com, so the Free plan is enough to run this scraper.
  • Residential is supported but rarely needed. Use it only if you observe rotation pressure on very large jobs.
  • Detail enrichment makes one extra HTTP call per listing. Turn it off if you only need the search-card shape.