Skip to main content
POST
Facebook Marketplace Item API

Marketplace 商品详情

从一个或多个公共Marketplace 商品详情 URL 采集详细的列表信息。 每个 URL 都是独立处理的,最多可以生成一条商品信息。如果某个商品不可用或未找到,则剩余的 URL 将继续处理。

请求示例

与 MCP 一起使用

使用上面的 JSON 请求正文作为 socq_execute 的嵌套 input 对象,或将相同的字段直接传递给Typed 工具。Typed 工具还接受 _wait_seconds_result_limit_idempotency_key
成功的采集将返回 task_id。继续 socq_get_task 直到任务成功,然后从 results.items 读取规范化记录。
有关完整的提交和轮询流程,请参阅MCP 快速入门 根据成功返回的商品记录数进行计费。不产生记录的 URL 不包含在最终费用中。

任务完成响应

授权

Authorization
string
header
必填

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

请求体

application/json
urls
string[]
必填

Public profile or content URLs.

Minimum array length: 1
Minimum string length: 1

响应

200 - application/json

Task accepted

code
integer
data
object