Spotted something off?Report on Discord
guides
Autoparse
Automatically parse structured data from any web page using AI — no selectors required.
Updated May 28, 2025
Automatically parse structured data from a web page using AI, with no need for exact selectors or knowledge of the HTML structure.
Command
Enable autoparsing by setting "autoparse": true and providing a structure field that defines the JSON format you want the response to follow.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
autoparse |
boolean | Yes | Set to true to enable AI-based autoparsing of the response. |
structure |
object | Yes | JSON object describing the data shape you want the AI to extract. |
Example
json25 lines
bash32 lines
Notes
- Costs 6 credits per successful request.
- Parses HTML into JSON automatically using AI.
- You define the desired data structure — the AI fills it in.
- Ideal for dynamic pages or unknown HTML structures.