query_crawls
Retrieve and filter persisted site crawl results by URL, title, success status, or publication date. Reuse stored crawl data for other projects.
Instructions
查询已持久化的爬取结果(SQLite),供其它项目复用。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| success_only | No | ||
| url_contains | No | ||
| title_contains | No | ||
| published_after | No | ||
| published_before | No |