Webᵀ Crawl
Crawl a Website
Crawl a website using Webᵀ Crawl
Not Python? API Reference
Ensure you have set your Web Transpose API Key.
Crawl a website in just 3 lines.
Saving and Re-accessing Crawl
Creating a Crawl
will create a unique crawl.crawl_id
that can be used in the future to get the crawl again.
Crawl Parameters
url
string
requiredmax_pages
int
default: 100render_js
bool
default: falseallowed_urls
string
A list of allowed URL paths.
Exmaple: ["https://webtranspose/*"]
banned_urls
string
A list of banned URL paths.
Exmaple: ["https://webtranspose/blogs/*"]
verbose
bool
n_workers
int
default: 1api_key
string