Deskhero Developer Hub
Back to deskhero.com
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
Authorisation
Minimum role: ADMIN

Request arguments

Name Type Source
idInt32
inputDTO_scrape_rescrape_inputBody
Request body example

Response

Status
200 (OK)
Type
DTO_scrape_rescrape_result
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_scrape_rescrape_input
NameTypeReadOnlyDescription
pathStringPath on the domain, e.g. "/pricing"
DTO_scrape_rescrape_result
NameTypeReadOnlyDescription
queued_countInt32How many pages were put back in the crawl queue

Generated Aug 4, 2026 18:37