Algolia Website Indexer avatar

Algolia Website Indexer

Try for free

No credit card required

View all Actors
Algolia Website Indexer

Algolia Website Indexer

apify/algolia-website-indexer
Try for free

No credit card required

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

Do you want to learn more about this Actor?

Get a demo

You can access the Algolia Website Indexer programmatically from your own applications by using the Apify API. You can 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.

1echo '{
2  "startUrls": [
3    {
4      "url": "http://example.com"
5    }
6  ],
7  "selectors": [
8    {
9      "key": "h1",
10      "value": "body"
11    }
12  ],
13  "requiredAttributes": [],
14  "additionalPageAttrs": {}
15}' |
16apify 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

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Apify
Actor metrics
  • 2 monthly users
  • 2 stars
  • 100.0% runs succeeded
  • Created in Jul 2019
  • Modified 3 months ago