A Powerful Web Content Extraction Tool
This tool is free to use with a limit of 2 requests per minute. For unlimited usage, please visit Cobbling, Inc. website for details.
POST /
Content-Type: application/json
{
"url": "https://example.com"
}
Note: Screenshots are stored for 5 days only. Please save them locally if needed for longer use.
{
"url": "https://example.com",
"content": {
"title": "Page Title",
"og_tags": {
"title": "OG Title",
"description": "OG Description",
"image": "OG Image URL",
"url": "OG URL"
},
"screenshot": "Screenshot URL",
"markdown": "Converted Markdown Content"
}
}