Ai 32 avatar
Ai 32

Pricing

from $3.60 / 1,000 results

Go to Apify Store
Ai 32

Ai 32

Developed by

One Scales

One Scales

Maintained by Community

Ask AI (chatgpt) anything about a URL, webpage or content. Run it in bulk or for single URL’s. Used for research, content writing, ideas, analysis, reports, translations and more. Currently supports OpenAI Chatgpt models GPT-5, GPT-5-mini and GPT-4o. (Types supported are html, pdf)

5.0 (2)

Pricing

from $3.60 / 1,000 results

2

4

4

Last modified

2 hours ago

Free users limited to 25 URLs per run

Convert any webpage / url to markdown and ask AI questions about the content. This Apify actor uses Jina.ai to extract clean markdown from web pages and then queries OpenAI models to answer your questions about the content.

Filetypes Supported: Html, PDF

Here's How it Works

The app fetches web content (html or pdf), converts it to markdown, and uses AI to answer your question based on that content.

Features

  • Smart Web Scraping: Converts webpages to clean markdown using Jina.ai
  • AI-Powered Analysis: Ask questions about content using OpenAI's latest models
  • Multiple AI Models: Support for GPT-5 Mini, GPT-5, and GPT-4o

Quick Start

Required Fields

  • Start URLs: List of webpages to analyze
  • Question for AI: The question you want to ask about each webpage
  • AI Model: Choose from GPT-5 Mini (recommended), GPT-5, or GPT-4o
  • API Key: Your OpenAI API key (get one here)

Example Input

{
"startUrls": [
{"url": "https://example.com", "method": "GET"}
],
"question": "What is this page about? Answer in simple terms.",
"aiModel": "gpt-5-mini",
"apiKey": "sk-your-api-key-here"
}

Use Cases

  • Content Analysis: Summarize articles and extract key insights
  • Competitive Research: Analyze competitor websites and pricing
  • Business Intelligence: Monitor industry trends and updates
  • Technical Documentation: Extract setup steps and requirements
  • Translations: Translate a piece of content to any language

Output Format

{
"url": "https://example.com",
"question": "What is the main topic?",
"answer": "The main topic is...",
"status": "success"
}

AI Costs

Important: Requires your own OpenAI API key. Costs based on OpenAI's pricing is your responsibility:

  • GPT-5 Mini: Most cost-effective (recommended)
  • GPT-5: Higher capability, higher cost
  • GPT-4o: Older model

Visit OpenAI Pricing for current rates. And don't forget to limit your spend of project and api keys.

Setup

  1. Get your OpenAI API key
  2. Add your target URLs
  3. Write your AI question
  4. Select AI model and paste API key
  5. Click "Start"

Limitations

  • Free tier: 25 URLs per run
  • Requires OpenAI API key with credits
  • Some sites may block automated access

Need Help?

Contact us at: https://docs.google.com/forms/d/e/1FAIpQLSfsKyzZ3nRED7mML47I4LAfNh_mBwkuFMp1FgYYJ4AkDRgaRw/viewform


FUTURE ROADMAP

  • Download file yourself and upload to jina.ai
  • jina.ai api key (for faster requests)
  • Support images (fetch to ai without markdown)
  • Add video walkthrough and tutorial to readme