Skip to main content
POST

Facebook Comments

Collect public Facebook comment data for public post URLs, including comment text, author fields, engagement metrics, and raw JSONL output.

Endpoint

Request Body

All returned comments are billed by the actual result count. This endpoint does not accept a result-count limit.

Result Item

After the task succeeds, call GET /v1/tasks/{task_id} to read paginated standard records under results.

Response

Authorizations

Authorization
string
header
required

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

Body

application/json
urls
string[]
required

Array of public post URLs to collect comments from.

Minimum array length: 1
callback_url
string

Optional callback URL

Response

Task submitted

code
integer
Example:

200

data
object