{"openapi":"3.1.0","info":{"title":"Web Scraping API","description":"Web scraping: JavaScript rendering, residential proxy rotation, CAPTCHA solving, structured extraction, CSS/XPath select","version":"1.0.0"},"servers":[{"url":"https://orbisapi.com/proxy/web-scraping-api-8d43c0"}],"paths":{"/extract":{"post":{"summary":"/extract","operationId":"post_extract","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}},"/scrape":{"post":{"summary":"/scrape","operationId":"post_scrape","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}},"/schedule":{"post":{"summary":"/schedule","operationId":"post_schedule","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}},"/openapi":{"get":{"summary":"/openapi","operationId":"get_openapi","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}},"/monitor":{"post":{"summary":"/monitor","operationId":"post_monitor","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}},"/results":{"get":{"summary":"/results","operationId":"get_results","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}},"/render":{"post":{"summary":"/render","operationId":"post_render","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}},"/webhook":{"post":{"summary":"/webhook","operationId":"post_webhook","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"Webhook URL"},"payload":{"type":"string","description":"Payload data"}}}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Subscribe at https://orbisapi.com for an API key"},"X402":{"type":"apiKey","in":"header","name":"X-PAYMENT","description":"x402 USDC per-call payment header (Base network)"}}},"tags":[{"name":"scraping"}]}