cURL
curl --request GET \ --url https://api.olostep.com/v1/scrapes/{scrape_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "created": 123, "metadata": {}, "url_to_scrape": "<string>", "result": { "html_content": "<string>", "markdown_content": "<string>", "json_content": "<string>", "screenshot_hosted_url": "<string>", "html_hosted_url": "<string>", "markdown_hosted_url": "<string>", "links_on_page": [ "<string>" ], "page_metadata": { "status_code": 123, "title": "<string>" }, "size_exceeded": true } }
可用于检索抓取的响应。
Documentation IndexFetch the complete documentation index at: https://docs.olostep.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.olostep.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer 认证头的格式为 Bearer ,其中 是你的认证令牌。
要获取的抓取的唯一标识符。
成功响应包含抓取结果。
抓取 ID
对象类型。此端点为 "scrape"。
创建的纪元时间
用户定义的元数据。
被抓取的 URL。
Show child attributes
此页面对您有帮助吗?