Skip to content

Using Custom HTML

You don't have to scrape a public website, instead you can use the source option to send us raw HTML:

bash
curl https://api.browserku.com \
    -G \
    --data-urlencode "source=<h1>Hello World</h1>"