Scrape domains
Queue page
Queues a single path on the domain for scraping (new or already-known page).
POST
/api/{tenant:minlength(2)}/v{version:apiVersion}/scrape_domains/{id}/queue_page
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 | |
| input | DTO_scrape_rescrape_input | Body |
Request body example
Response
Response body example
DTO_scrape_rescrape_input
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| path | String | Path on the domain, e.g. "/pricing" |
DTO_scrape_rescrape_result
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| queued_count | Int32 | How many pages were put back in the crawl queue |
Generated Aug 4, 2026 18:37