Core and Advanced plans are no longer available for purchase. Please consider migrating to the all-in-one Web Scraper API; check out the guide here.
Scraper API supports automatically transforming HTML output into Markdown. This format provides a clean, human-readable output that streamlines integration into your content workflows and applications, especially useful for feeding scraping results into large language models, which usually have a limited token context.
This feature is available with Web API Advanced plans
Example using Web Advanced:
# update 'TOKEN VALUE' with your authorization token
curl --request 'POST' \
--url 'https://scraper-api.decodo.com/v2/task' \
--header 'Accept: application/json' \
--header 'Authorization: Basic TOKEN VALUE' \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://www.githubstatus.com",
"markdown": true
}
'
Example output:
# Example Domain\n\nThis domain is for use in illustrative examples in documents. You may use this\ndomain in literature without prior coordination or asking for permission.\n\n[More information...](https://www.iana.org/domains/example)
Support
Need help or just want to say hello? Our support is available 24/7.
You can also reach us anytime via email at support@decodo.com. Feedback
Can’t find what you’re looking for? Request an article!
Have feedback? Share your thoughts on how we can improve.