Scrape a URL through the configured content-acquisition provider
POST
/v1/content-acquisition/scrapeRuntime gateway used by managed agent computers. The provider payload is forwarded and augmented with Computer Agents acquisition metadata.
How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
None.
Query parameters
None.
Body schema
Content type: application/json · Required
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | — |
| formats | markdown | html | rawHtml | links | images | summary[] | No | — |
| onlyMainContent | boolean | No | — |
| removeBase64Images | boolean | No | — |
| blockAds | boolean | No | — |
| timeout | integer | No | — |
| waitFor | integer | No | Optional post-load rendering wait in milliseconds. Must not exceed half of timeout; no browser actions are enabled. |
| includeTags | string[] | No | — |
| excludeTags | string[] | No | — |
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Provider scrape response with acquisition metadataapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| computerAgents | object | Yes | — |
| computerAgents.contentAcquisition | object | Yes | — |
| computerAgents.contentAcquisition.operation | search | scrape | parse | Yes | — |
| computerAgents.contentAcquisition.provider | firecrawl | Yes | — |
| computerAgents.contentAcquisition.providerMode | hosted | local | Yes | — |
| computerAgents.contentAcquisition.usageMode | billable | observability_only | Yes | — |
| computerAgents.contentAcquisition.durationMs | number | Yes | — |
| computerAgents.contentAcquisition.creditsUsed | number | Yes | — |
400Invalid or disallowed scrape request
None.
502Content-acquisition provider failure
None.
503Content acquisition is unavailable in this deployment
None.
Scrape a URL through the configured content-acquisition provider
Loading...
Response 200
Loading...