Universal Web Scraper Toolkit avatar

Universal Web Scraper Toolkit

Pricing

Pay per usage

Go to Apify Store
Universal Web Scraper Toolkit

Universal Web Scraper Toolkit

Extract structured data from any URL — metadata, links, headlines, images, tables, clean text, or custom CSS selectors. Batch up to 10 URLs.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

2x lazymac

2x lazymac

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 hours ago

Last modified

Categories

Share

Extract structured data from any URL — metadata, links, headlines, images, tables, clean text, or custom CSS selectors.

Features

  • 7 extraction modes: full, metadata, links, headlines, images, tables, text, custom
  • Batch processing: up to 10 URLs per run
  • Custom CSS selectors: extract exactly what you need
  • No browser needed: fast HTML parsing with Cheerio
  • Auto-redirect following: handles 301/302 redirects

Input

FieldTypeDescription
urlsstring[]URLs to scrape (max 10)
modestringExtraction mode (default: full)
selectorstringCSS selector (custom mode only)

Output

Each URL produces a dataset item with extracted data based on the selected mode.

Example

{
"urls": ["https://news.ycombinator.com"],
"mode": "custom",
"selector": ".titleline > a"
}