Submit Facebook Marketplace Search task
Marketplace Search
Search public Facebook Marketplace listings.
POST
Submit Facebook Marketplace Search task
Marketplace Search
Search public listings around a geographic coordinate. Use Marketplace Location Search to find coordinates when needed.Request Example
results_limit is reached or no additional page is available. Duplicate listing IDs are saved once, so the final result_count can be lower than the requested limit.
Completed Task Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Listing keyword. The value cannot be empty.
Minimum string length:
1Search center latitude from -90 through 90.
Required range:
-90 <= x <= 90Search center longitude from -180 through 180.
Required range:
-180 <= x <= 180Maximum listings to save across result pages.
Required range:
1 <= x <= 2000Search radius in kilometers. Must be greater than 0.
Required range:
x > 0Minimum listing price.
Required range:
x >= 0Maximum listing price. Cannot be less than min_price.
Required range:
x >= 0Listing sort order.
Available options:
suggested, distance_ascend, creation_time_descend, price_ascend, price_descend Delivery option filter.
Available options:
all, local_pickup, shipping Item condition filter.
Available options:
new, used_like_new, used_good, used_fair Listing age filter.
Available options:
all, 1, 7, 30, last_24_hours, last_7_days, last_30_days Listing availability filter.
Available options:
available, sold, all Optional URL that receives the task completion callback.

