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
{
"category": "electronics",
"results": [
{
"scraped_at": "2026-08-11T01:36:28.100100+00:00",
"title": "MacBook Air M2 13-inch",
"price": "$650",
"image": "https://scontent.xx.fbcdn.net/v/t45.5328-4/macbook_air_m2.jpg",
"url": "https://www.facebook.com/marketplace/item/1084725539201123/"
},
{
"scraped_at": "2026-08-11T01:36:28.100210+00:00",
"title": "Sony WH-1000XM5 Headphones",
"price": "$220",
"image": "https://scontent.xx.fbcdn.net/v/t45.5328-4/sony_xm5.jpg",
"url": "https://www.facebook.com/marketplace/item/9927104458820094/"
}
]
}
GET
/v1/data/facebook/marketplace/category/{category}1 credit / run VerifiedMarketplace Category
Browse an entire marketplace category.
Handled for you:login_wallRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | Category slug. |
| Advanced filters | |||
| location | string | no | Location id/slug. |
| cursor | string | no | Pagination cursor from a previous response. |