
Flippa Scraper API
Pay $9.00 for 1,000 results

Flippa Scraper API
Pay $9.00 for 1,000 results
The Flippa Scraper API allows users to extract detailed data from Flippa.com listings, including pricing, business metrics, and seller information, for efficient analysis of online business opportunities.
Actor Metrics
8 Monthly users
No reviews yet
4 bookmarks
>99% runs succeeded
2 hours response time
Created in Sep 2024
Modified 3 months ago

Not pulling in correct title
The scraper is pulling in the wrong 'title' from the webpage. It is saving the short description (eg 9-year-old fast growth D2C in the baby and keepsake category. AU$6.79M TTM revenue, 56% GP margin and 24% repeat customers. Global reach w. awesome upside.) as the title instead of the actual title (Ecommerce Store | Lifestyle).
Those shorter titles aren't even being saved as a column in the data, they're just being ignored.
Louis Deconinck (louisdeconinck)
I understand the confusion, but this is how Flippa's internal API is set up. To get the title you're looking for, e.g. "Ecommerce | Lifestyle", you should combine the category and the monetization fields which can be found like this:
1{ 2 "category": "Lifestyle", 3 "monetization": "Ecommerce", 4}