Scrape domains / Queue page
Queues a single path on the domain for scraping (new or already-known page).
Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/scrape_domains/{id}/queue_page
Method: POST
Authorisation: Minimum role: ADMIN
Response object
Response status: 200 (OK)
Response type: DTO_scrape_rescrape_result
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
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 |