Website Intelligence API avatar

Website Intelligence API

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Website Intelligence API

Website Intelligence API

Crawl any public website and turn it into AI-ready intelligence. Extract screenshots, Markdown, HTML, metadata, links, PDFs, compliance evidence, RAG chunks, and structured JSON for sales research, audits, website snapshots, and automation.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Ladra Software

Ladra Software

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Turn any public website into structured, AI-ready intelligence.

Website Intelligence API crawls and renders public pages with Playwright, then returns clean website data for research, RAG pipelines, sales workflows, compliance checks, audits, screenshots, and automation.

Quick start

Use a high-level intent instead of configuring dozens of crawler settings:

{
"url": "https://example.com",
"intent": "sales_research"
}

For advanced control, override the preset:

{
"url": "https://example.com",
"intent": "rag",
"advanced": {
"maxPages": 25,
"includeScreenshots": false
}
}

Supported intents

IntentUse it for
website_snapshotScreenshots, HTML, Markdown, metadata, PDFs, and page assets
ragMarkdown, chunks, headings, metadata, and internal links
sales_researchCompany info, products, pricing pages, contact details, and socials
documentationDocs pages, navigation, tutorials, code-oriented content, and search data
ecommerceProduct, category, pricing, review, and image discovery
compliancePrivacy, Terms, Cookie Policy, DPA, Subprocessors, Security, and Trust Center evidence
website_cloneVisual structure, colors, fonts, screenshots, layouts, navigation, and assets

What you get

  • Structured extract-result.json
  • Per-page dataset rows
  • Markdown and optional rendered HTML
  • Metadata, headings, links, CTAs, and page classifications
  • Desktop, mobile, light mode, dark mode, and thumbnail screenshots
  • Optional PDFs
  • Optional RAG chunks
  • Compliance evidence reports
  • Snapshot report HTML
  • Optional change detection and visual diff reports

Example output

{
"company": {},
"products": [],
"pricing": [],
"navigation": [],
"pages": [],
"faq": [],
"contact": {},
"socials": {},
"metadata": {},
"markdown": "",
"screenshots": {},
"screenshot": "",
"pdf": "",
"html": ""
}

Common use cases

  • Build a website knowledge base for RAG
  • Research a company before a sales call
  • Capture compliance evidence from public pages
  • Export screenshots, PDFs, Markdown, and structured JSON
  • Monitor public website changes
  • Analyze site structure for redesign, migration, or clone workflows

Advanced options

Most users only need url and intent.

Advanced users can control crawl size, screenshots, PDFs, Markdown, HTML, wait strategy, concurrency, resource profile, asset loading, visual diff, and change detection through the advanced object.

Notes

This Actor is designed for public websites. It respects robots.txt by default and is intended for website research, public web intelligence, compliance preparation, and AI-ready data extraction workflows.