Skip to content
capzy
All sites
Data API

Facebook Data API

Public pages, posts and profile data from Facebook.

17endpointslogin_wall · Rate Limit handled for you
facebook.comGET/facebook/ads/…GET/facebook/ads/…GET/facebook/grou…{ } JSON
Example (captured live)
facebook.com
Example
JSON responseclick the page to trace a field
{
"query": "coffee maker",
"results": [
{
"scraped_at": "2026-08-10T21:05:18.220110+00:00",
"title": "Breville Barista Express Espresso Machine",
"price": "$380",
"image": "https://scontent.xx.fbcdn.net/v/t45.5328-4/barista_express.jpg",
"url": "https://www.facebook.com/marketplace/item/7731905442018876/"
},
{
"scraped_at": "2026-08-10T21:05:18.220220+00:00",
"title": "Chemex Pour-Over Coffee Maker 8-cup",
"price": "$25",
"image": "https://scontent.xx.fbcdn.net/v/t45.5328-4/chemex.jpg",
"url": "https://www.facebook.com/marketplace/item/3390817725540912/"
},
{
"scraped_at": "2026-08-10T21:05:18.220320+00:00",
"title": "Technivorm Moccamaster KBGV Select",
"price": "$240",
"image": "https://scontent.xx.fbcdn.net/v/t45.5328-4/moccamaster.jpg",
"url": "https://www.facebook.com/marketplace/item/8812044190553318/"
}
]
}
GET/v1/data/facebook/marketplace/search1 credit / run Verified

Marketplace Search

Find marketplace listings by keyword.

Handled for you:login_wallRate Limit
Parameters
NameTypeReqDescription
querystringyesSearch keyword.
Advanced filters
locationstringnoLocation id/slug.
min_priceintegernoMinimum listing price.
max_priceintegernoMaximum listing price.
conditionstringnoItem condition filter.
sortstringnoResult ordering. (default: best_match)
radius_kmintegernoSearch radius in kilometers around the location.
days_since_listedintegernoOnly listings posted within the last N days (1, 7, or 30).
cursorstringnoPagination cursor from a previous response.