Algolia Website Indexer avatar
Algolia Website Indexer

Pricing

Pay per usage

Go to Store
Algolia Website Indexer

Algolia Website Indexer

Developed by

Apify

Apify

Maintained by Apify

The Indexer crawls recursively a website using the Puppeteer browser (headless Chrome) and indexes the selected pages to the Algolia index.

4.5 (4)

Pricing

Pay per usage

2

Total users

21

Monthly users

3

Runs succeeded

50%

Last modified

a year ago

You can access the Algolia Website Indexer programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "startUrls": [
< {
< "url": "http://example.com"
< }
< ],
< "selectors": [
< {
< "key": "h1",
< "value": "body"
< }
< ],
< "requiredAttributes": [],
< "additionalPageAttrs": {}
<}' |
<apify call apify/algolia-website-indexer --silent --output-dataset

Algolia Website Indexer API through CLI

The Apify CLI is the official tool that allows you to use Algolia Website Indexer locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: