inspect_network
Render a page to see its API calls and JSON responses, revealing direct endpoints for easier scraping. Use when a page is hard to scrape, then fetch the endpoint it discovers.
Instructions
Render a page and report the API calls it makes, with their JSON responses. A JavaScript site usually loads its data from an endpoint you can read directly — cleaner and far cheaper than parsing rendered markup, and it survives redesigns that break selectors. Use this when a page is hard to scrape, then fetch the endpoint it reveals. Set include_types to widen beyond JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| save_as | No | ||
| wait_ms | No | ||
| wait_for | No | ||
| include_types | No | json | |
| max_body_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |