Ask Website with AI avatar
Ask Website with AI

Pricing

$5.00/month + usage

Go to Store
Ask Website with AI

Ask Website with AI

Developed by

youssef farhan

youssef farhan

Maintained by Community

Analyzes websites using AI (Gemini/OpenAI) to answer questions from scraped content. It can explore internal links for comprehensive answers, taking a list of URLs and questions. Ideal for targeted data extraction and content summarization.

5.0 (1)

Pricing

$5.00/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

0%

Last modified

2 days ago

Start URLs

start_urlsarrayRequired

One or more URLs of the pages to analyze. The Actor will scrape these pages and potentially their internal links.

Default value of this property is [{"url":"https://apify.com"}]

Questions to Answer

questionsarrayRequired

A list of questions the AI model should answer based on the scraped website content. Each question will be processed sequentially for each URL.

Default value of this property is ["What is the topic of the site?","What is the email of the site?","What is the phone number of the site?"]

Instruction of the output

InstructionstringOptional

Example:return only the specific answer without any explanation or extra text

Gemini/OpenAI Model

AIModelEnumRequired

Choose the specific Gemini or OpenAI model to use for analysis.

Value options:

"gemini-1.5-flash": string"gpt-4o-mini": string"gemini-2.0-flash-lite": string"gpt-4.1-mini": string"gpt-4.1": string

Default value of this property is "gpt-4o-mini"

OpenAI/Gemini API Key

ApiKeystringRequired

Your API key for OpenAI/Gemini.

Top N Links to Explore

topNLinksToExploreintegerOptional

The maximum number of prioritized internal links to explore if the answer is not found on the initial page. The AI will prioritize links based on relevance to the question.

Default value of this property is 3