VOOZH about

URL: https://apify.com/daddyapi/generic-html-scraper

โ‡ฑ Generic Html Scraper ยท Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

Generic Html Scraper

A lightweight, robust, and simple actor to fetch the raw HTML content of any URL

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ DaddyAPI

DaddyAPI

Maintained by Community

Actor stats

1

Bookmarked

14

Total users

1

Monthly active users

5 months ago

Last modified

Share

A lightweight, robust, and simple actor to fetch the raw HTML content of any URL using Cheerio.

Features

  • Generic Fetching: Returns the full HTML body of any provided URL.
  • Proxy Flexibility: Full support for Apify Proxy (Datacenter/Residential) and custom proxies.
  • Anti-Blocking: Includes basic header generation to mimic real browsers.
  • Lightweight: Designed to run with minimal resources.

Usage

Simply provide a list of startUrls. The actor will visit each one and save the HTML to the dataset.

Input Parameters

FieldTypeDescription
startUrlsArrayList of URLs to fetch.
proxyConfigurationObjectProxy settings. Residential proxies are recommended for hard-to-scrape sites.
debugLogBooleanEnable verbose logging for debugging.

Output

The actor stores results in the default dataset. Each item contains:

{
"url":"https://example.com",
"title":"Example Domain",
"html":"<!doctype html><html>...</html>",
"scrapedAt":"2023-10-27T10:00:00.000Z"
}

Recommended Resources

  • Memory: 256 MB is usually sufficient.
  • Timeout: Default is fine, adjust if fetching very slow sites.

You might also like

Download HTML from URLs

datapilot/download-html-from-urls

This script with an Apify Actor to fetch the complete HTML source of any website. The user provides a URL, the page is loaded with JavaScript execution, the full HTML is printed in the terminal, saved to an HTML file,

HTML Scraper

making-data-meaningful/html-scraper

Access and extract full HTML source code from any webpage instantly. The HTML Scraper API lets you retrieve clean, accurate page HTML for SEO analysis, web scraping, and content monitoring - all without being blocked.

Download HTML from URLs

mtrunkat/url-list-download-html

This actor takes a list of URLs and downloads HTML of each page.

๐Ÿ‘ User avatar

Marek Trunkรกt

9.3K

Download HTML from URLs

scrapeai/html-downloader

This actor takes a list of URLs and downloads HTML of each page.

HTML Scraper pro

scrapingxpert/html-scraper-pro

The HTML Scraper Pro is a powerful tool designed to extract the HTML source code and metadata from websites. It uses advanced web scraping techniques to retrieve the full HTML content of web pages,page title and HTTP status code.This tool is ideal for data extraction, website analysis, and archiving

309

5.0

HTML Extractor

dataguru/html-extractor

Fetch raw HTML from any URL. Inputs: url, headers (textarea), timeout, mobile UA toggle, optional proxy. Outputs: Dataset + KV โ€œOUTPUTโ€ with {url, statusCode, contentType, length, html}. Perfect for Make.com, debugging, and pipelines.

๐Ÿ‘ User avatar

Achraf Mannani

173

4.0

HTML to PDF Converter

automation-lab/html-to-pdf-converter

Convert HTML content or web pages to PDF documents. Supports raw HTML strings, single URLs, and bulk URL lists. Full control over page size, margins, orientation, headers, and footers.

๐Ÿ‘ User avatar

Stas Persiianenko

27

Related articles

How to parse HTML in JavaScript
Read more
How to parse HTML in Python with PyQuery or Beautiful Soup
Read more
How to scrape a website (ultimate guide for 2025)
Read more