Marketplace
Marketplace Product
Description
This endpoint retrieves detailed information about a specific product listed on Facebook Marketplace, based on its product ID.
Endpoint
GET api/v1/realtime/social/facebook/v1/marketplace/{{productId}}
Parameters
productId
Yes
Path Param
String | The unique identifier for the Facebook Marketplace product whose details are to be retrieved.
Marketplace Search
Description
This endpoint allows users to search for products on Facebook Marketplace based on various parameters.
Endpoint
POST api/v1/realtime/social/facebook/v1/marketplace/search
Parameters
filter_location_latitude
Yes
Body Param
Float | Latitude for filtering search results based on location.
filter_location_longitude
Yes
Body Param
Float | Longitude for filtering search results based on location.
query
Yes
Body Param
String | The search term
virtual_category_id
No
Body Param
String | The ID of the category to filter the search results.
virtual_category_id
No
Body Param
String| ID that represents a category, see description for top used categories
filter_radius_km
No
Body Param
Int | min value 1, max value 200
commerce_search_sort_by
No
Body Param
ENUM: BEST_MATCH
(Default) | DISTANCE_ASCEND
| CREATION_TIME_DESCEND
| PRICE_ASCEND
| PRICE_DESCEND
date_listed
No
Body Param
ENUM :
ANY
(Default) | LAST_24_HOURS
| LAST_7_DAYS
| LAST_30_DAYS
end_cursor
No
Body Param
The cursor to paginate
Marketplace Profile
Description
This endpoint retrieves detailed information about a seller’s profile on Facebook Marketplace based on the seller’s profile ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/marketplace/profile/{{sellerProfileId}}
Parameters
sellerProfileId
Yes
Path Param
Float | The unique identifier for the seller’s profile whose details are to be retrieved.
search
No
Body param
String | Search term text
order
No
Body Param
ENUM | options are:
CREATION_TIMESTAMP_DESC
- (default) - order listing from first to last
CREATION_TIMESTAMP
- order listing from last to first
TITLE
- Alphabetical order
end_cursor
No
Body Param
String | The cursor to paginate.
Marketplace Category View
Description
This endpoint retrieves items listed under a specific category on Facebook Marketplace based on the category ID
Endpoint
POST api/v1/realtime/social/facebook/v1/marketplace/category/{{categoryId}}
Parameters
categoryId
Yes
Path Param
Float | The unique identifier for the seller’s profile whose details are to be retrieved.
filter_location_latitude
Yes
Body Param
Float | Latitude for filtering search results based on location.
filter_location_longitude
Yes
Body Param
Float | Longitude for filtering search results based on location.
query
No
Body Param
String | The search term
filter_radius_km
Body Param
Int | min value 1, max value 200
commerce_search_sort_by
Body Param
ENUM: BEST_MATCH
(Default) | DISTANCE_ASCEND
| CREATION_TIME_DESCEND
| PRICE_ASCEND
| PRICE_DESCEND
end_cursor
No
Body Param
The cursor to paginate
Last updated