AI Web Scraper
收藏AI Web Scraper API 数据集概述
基本信息
- API名称: AI Web Scraper
- 类别: Artificial Intelligence/Machine Learning
- 流行度: 9.8
- 服务等级: 89%
- 延迟: 5188ms
- 测试通过率: 88%
订阅计划
- BASIC: $0.00 / mo
- PRO: $1.00 / mo
- ULTRA: $5.00 / mo
API概述
- 描述: 一个AI驱动的网络爬虫工具,旨在帮助用户从网站提取数据并提供摘要洞察。
- 基础URL:
https://ai-web-scraper1.p.rapidapi.com
请求格式
-
方法:
POST -
请求体: json { "url": "https://example.com", "summary": false }
-
参数:
参数名 类型 描述 是否必需 urlString 要爬取的网页URL 是 summaryBoolean 启用基于AI的摘要功能,设置为 true时提供摘要是
响应格式
-
Content-Type:
application/json -
成功响应示例: json { "status": "true", "message": "The webpage content has been successfully scraped.", "result": { "title": "Example Domain", "description": "", "character_count": 193, "urls": [ "https://www.iana.org/domains/example" ], "content": "# Example Domain This domain is for use in illustrative examples in documents...", "summary": "This domain is a reserved example intended for documentation use and can be freely included in literature." } }
-
错误响应示例: json { "status": "false", "message": "Unauthorized request. Access is permitted only through RapidAPI." }
示例请求
-
基本请求 (无摘要): json { "url": "https://example.com", "summary": false }
-
带摘要的请求: json { "url": "https://example.com", "summary": true }
提供商信息
- API创建者: Cahik
- 订阅者数量: 584



