crawler
List registered domains
Lists registered domains.
Crawlers will only run if the URLs match any of the registered domains.
get/1/domains
Query parameters
itemsPerPageinteger
Number of items per page of the paginated API response.
Number of items per page to retrieve.
pageinteger
Current page of the paginated API response.
Page to retrieve.
appIDstring
Algolia application ID where the crawler creates and updates indices.
Algolia application ID for filtering the API response.
Response
Domains
Example response
{
"total": 100,
"items": [
{
"domain": "wwww.algolia.com"
}
]
}