v49

latestOpenAPI 3.0.2raw.githubusercontent.com2026-02-0620117129.6 KB
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

itemsPerPageinteger

Number of items per page of the paginated API response.

pageinteger

Current page of the paginated API response.

totalinteger

Total number of retrievable items.

Example response

{
  "total": 100,
  "items": [
    {
      "domain": "wwww.algolia.com"
    }
  ]
}