Skip to main content
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

SocQ follows result pagination until 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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
query
string
required

Listing keyword. The value cannot be empty.

Minimum string length: 1
latitude
number
required

Search center latitude from -90 through 90.

Required range: -90 <= x <= 90
longitude
number
required

Search center longitude from -180 through 180.

Required range: -180 <= x <= 180
results_limit
integer
default:100

Maximum listings to save across result pages.

Required range: 1 <= x <= 2000
radius_km
number

Search radius in kilometers. Must be greater than 0.

Required range: x > 0
min_price
number

Minimum listing price.

Required range: x >= 0
max_price
number

Maximum listing price. Cannot be less than min_price.

Required range: x >= 0
sort_by
enum<string>

Listing sort order.

Available options:
suggested,
distance_ascend,
creation_time_descend,
price_ascend,
price_descend
delivery_method
enum<string>

Delivery option filter.

Available options:
all,
local_pickup,
shipping
condition
enum<string>

Item condition filter.

Available options:
new,
used_like_new,
used_good,
used_fair
date_listed
enum<string>

Listing age filter.

Available options:
all,
1,
7,
30,
last_24_hours,
last_7_days,
last_30_days
availability
enum<string>

Listing availability filter.

Available options:
available,
sold,
all
callback_url
string<uri>

Optional URL that receives the task completion callback.

Response

Task submitted

code
integer
Example:

200

data
object