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
No
Body Param
String | The search term or keyword to find products on Facebook Marketplace.
virtual_category_id
No
Body Param
String | The ID of the category to filter the search results.
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.
Marketplace Category View
Description
This endpoint retrieves items listed under a specific category on Facebook Marketplace based on the category ID
Endpoint
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.
Last updated