unityaisolutions/webdl

A beautiful, user-friendly website scraper built with HTTrack and Replicate Cog. Scrapes websites and returns them as ZIP archives with rich progress feedback.

Public
4 runs

Run unityaisolutions/webdl with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
url
string
The URL of the website to scrape (e.g., https://example.com)
max_depth
integer
2

Max: 10

Maximum depth to crawl (0 = unlimited)
max_size
integer
100

Max: 1000

Maximum size in MB to download (0 = unlimited)
external_links
boolean
False
Follow links to external domains
include_media
boolean
True
Download images, videos, and other media files

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}