Welcome to the ScrapeWebapp API documentation. This API allows you to scrape webpages, including those behind password-protected pages. Use this documentation to understand the available endpoints and how to interact with our service.

Welcome

The ScrapeWebapp API is documented using the OpenAPI specification. This allows for a standardized and detailed description of our API endpoints, request/response structures, and authentication methods. Below, you’ll find a link to our OpenAPI specification file, which provides a comprehensive overview of the API.

Scrape Webapp

Use the /scrape endpoint to initiate a web scraping job

Get Scrapes

Use the /get_scrapes endpoint to get metadata and signed URLs for your scrapes

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

"security": [
  {
    "bearerAuth": []
  }
]