All sites
Data API
Facebook Data API
Public pages, posts and profile data from Facebook.
17endpointslogin_wall · Rate Limit handled for you
Example (captured live)
facebook.com
ExampleJSON 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 VerifiedMarketplace Search
Find marketplace listings by keyword.
Handled for you:login_wallRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search keyword. |
| Advanced filters | |||
| location | string | no | Location id/slug. |
| min_price | integer | no | Minimum listing price. |
| max_price | integer | no | Maximum listing price. |
| condition | string | no | Item condition filter. |
| sort | string | no | Result ordering. (default: best_match) |
| radius_km | integer | no | Search radius in kilometers around the location. |
| days_since_listed | integer | no | Only listings posted within the last N days (1, 7, or 30). |
| cursor | string | no | Pagination cursor from a previous response. |