
AI Search
Pricing
$22.00 / 1,000 runs

AI Search
allows you to perform AI-powered web searches, gathering relevant information from multiple sources, including web pages, research papers, and social media discussions.
0.0 (0)
Pricing
$22.00 / 1,000 runs
0
Total users
8
Monthly users
8
Runs succeeded
>99%
Last modified
6 days ago
You can access the AI Search 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.
1echo '{
2 "searchType": "aisearch",
3 "prompt": "Latest advancements in AI research"
4}' |
5apify call desearch/ai-search --silent --output-dataset
AI Search API through CLI
The Apify CLI is the official tool that allows you to use AI Search locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: