Perplexity.AI Actor
3 days trial then $30.00/month - No credit card required now
Perplexity.AI Actor
3 days trial then $30.00/month - No credit card required now
Use the Perplexity.ai Scraper to extract information with AI. For example: "Find hotels in Prague that offer free breakfast and have a nightly rate under 1000 CZK." Export the results into a structured dataset.
You can access the Perplexity.AI Actor 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 "runMode": "DEVELOPMENT",
3 "searchTerms": [
4 "What are the common symptoms of COVID-19?"
5 ],
6 "proxyConfiguration": {
7 "useApifyProxy": true,
8 "apifyProxyGroups": [
9 "RESIDENTIAL"
10 ]
11 }
12}' |
13apify call jons/perplexity-actor --silent --output-dataset
Perplexity.AI Actor API through CLI
The Apify CLI is the official tool that allows you to use Perplexity.AI Actor locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: