Facebook Marketplace Scraper avatar
Facebook Marketplace Scraper

Pricing

$39.00/month + usage

Go to Store
Facebook Marketplace Scraper

Facebook Marketplace Scraper

Developed by

API Master

API Master

Maintained by Community

Scrape facebook marketplace with highly targeted/customized search queries and filters. Export and download data to CSV/JSON etc.

0.0 (0)

Pricing

$39.00/month + usage

10

Total users

392

Monthly users

33

Runs succeeded

98%

Issues response

1.6 days

Last modified

3 months ago

FN

zero output, no results

Closed

flexible_nonagon opened this issue
a year ago

Tried multiple different examples, used examples from your closed issues, still not working.

inquisitive_sarangi avatar

Hi there, can you share your input please.

FN

flexible_nonagon

a year ago
"extendItem": false,
"isC2CListingOnly": false,
"lat": "43.3616",
"lng": "-80.311386",
"local": false,
"maxConcurrency": 5,
"maxPage": 5,
"maxRequestsPerMinute": 200,
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"apifyProxyCountry": "CA"
},
"radius": "100",
"searchUrls": [
"https://www.facebook.com/marketplace/108451139178673/search?query=vr6"
],
"listingUrls": [],
"category": "vehicles",
"itemCondition": [],
"minPrice": 0,
"maxPrice": 2147483647,
"sortBy": "",
"topLevelVehicleType": "",
"carType": [],
"transmissionType": "",
"make": "",
"vehicleExteriorColors": [],
"vehicleInteriorColors": [],
"propertyType": [],
"minBedrooms": "",
"minBathrooms": "",
"deliveryMethod": ""
}```
inquisitive_sarangi avatar

Ahh okay, there are no results because currently the scraper doesn't support arbitrary search urls like

https://www.facebook.com/marketplace/108451139178673/search?query=vr6

and only support category wise search urls like the one below

https://www.facebook.com/marketplace/category/vehicles?minPrice=455&minYear=1999&make=2070821889637770&model=568816268471873&transmissionType=automatic&exact=false

Working on adding arbitrary search urls too in next update.

Thanks