Site Researcher avatar
Site Researcher

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Site Researcher

Site Researcher

Stop wasting hours on competitor research. Paste any URL β†’ get every image, video, and data point in 60 seconds. Full site crawl, tech stack detection, media download. Perfect for agencies, creators, and marketers.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Rahul Hinduja

Rahul Hinduja

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

7 days ago

Last modified

Share

Site Researcher - Full Website Media Scraper

Extract all images, videos, and data from any website in one click.

What It Does

  • πŸ—ΊοΈ Discovers all pages via sitemap crawling
  • πŸ“Š Extracts structured data (JSON-LD, meta tags, Open Graph)
  • πŸ”§ Detects tech stack (Shopify, WordPress, React, etc.)
  • πŸ“· Downloads all images to Key-Value Store
  • 🎬 Downloads all videos found on pages
  • πŸ“„ Outputs complete research dossier as JSON

Use Cases

  • Competitor research - Analyze any website's structure and content
  • B-roll production - Download all media for video production
  • Market analysis - Extract product data from e-commerce sites
  • Content inspiration - Study design and tech choices

Input

FieldTypeDefaultDescription
startUrlStringRequiredWebsite URL to research
deepCrawlBooleantrueCrawl all sitemap pages (up to 50)
downloadMediaBooleantrueDownload images and videos
mediaLimitInteger100Max media files to download

Output

{
"domain": "example.com",
"crawled_at": "2024-12-13T12:00:00Z",
"pages": [
{
"url": "https://example.com/products/item",
"title": "Product Name",
"description": "...",
"og_data": { "title": "...", "image": "..." },
"json_ld": [ { "@type": "Product", ... } ],
"headings": [ { "level": 1, "text": "..." } ],
"images": [ { "src": "...", "alt": "..." } ],
"videos": [ { "src": "...", "type": "video/mp4" } ]
}
],
"sitemap_urls": ["..."],
"tech_stack": { "shopify": true, "cloudflare": true },
"media": {
"images": [...],
"videos": [...]
}
}

Media Files

Downloaded media is saved to the Actor's Key-Value Store:

  • images/filename.jpg
  • videos/filename.mp4

Pricing

Pay-per-result: ~$0.01 per page crawled + $0.005 per media file downloaded.

Support

Questions? Open an issue or contact the developer.