WebScoop

A Powerful Web Content Extraction Tool

Powered by Cobbling, Inc.

Instructions

This is the subscription version of our service. For a free trial experience, please visit our free trial version. For subscription details, please visit our Cobbling, Inc. website for details.

API Usage

POST /
Content-Type: application/json

{
    "url": "https://example.com"
}

Features

    Note: Screenshots are stored for 5 days only. Please save them locally if needed for longer use.

    Response Format

    {
        "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"
        }
    }