{ "opencollection": "1.0.0", "info": { "name": "Spider Cloud Crawling Scraping API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Scraping", "type": "folder" }, "items": [ { "info": { "name": "Scrape a URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.spider.cloud/scrape", "body": { "type": "json", "data": "{}" } }, "docs": "Extract content from a single web page in markdown, structured JSON, HTML, plain text, CSV, or XML." } ] } ], "bundled": true }