> ## Documentation Index
> Fetch the complete documentation index at: https://docs.socq.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Facebook

> Collect public Facebook page and post data.

# Facebook

Use the Facebook endpoints to collect public page and post data.

## Available Endpoints

| API            | Method | Endpoint             |
| -------------- | ------ | -------------------- |
| Facebook Pages | `POST` | `/v1/facebook/pages` |
| Facebook Posts | `POST` | `/v1/facebook/posts` |

## Workflow

Submit a request, receive a `task_id`, then poll `GET /v1/tasks/{task_id}`. When the task succeeds, the same response includes normalized results under `results`.
