Scrapfly · JSON Structure

Scrapfly Structure

Structural overview of the Scrapfly API surface; extracted from openapi/.

Type: Properties: 0
AIData ExtractionScreenshotsWeb ScrapingProxiesBrowser Automation

Scrapfly Structure is a JSON Structure definition published by Scrapfly.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Scrapfly",
  "providerId": "scrapfly",
  "kind": "json-structure",
  "description": "Structural overview of the Scrapfly API surface; extracted from openapi/.",
  "schemaCount": 2,
  "operationCount": 3,
  "schemas": [
    {
      "name": "ScrapeRequest",
      "type": "object",
      "propertyCount": 19,
      "required": [
        "key",
        "url"
      ]
    },
    {
      "name": "ScrapeResponse",
      "type": "object",
      "propertyCount": 2,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/scrape",
      "operationId": "scrapeUrl",
      "summary": "Scrape URL",
      "tags": [
        "Scraping"
      ]
    },
    {
      "method": "POST",
      "path": "/scrape",
      "operationId": "scrapeUrlPost",
      "summary": "Scrape URL (POST)",
      "tags": [
        "Scraping"
      ]
    },
    {
      "method": "GET",
      "path": "/screenshot",
      "operationId": "captureScreenshot",
      "summary": "Capture Screenshot",
      "tags": [
        "Screenshots"
      ]
    }
  ]
}