You're looking at a specific version of this model. Jump to the model overview.
unityaisolutions /webdl:d86a4654
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
{'format': 'uri', 'title': 'Output', 'type': 'string'}