extract
Automatically extracts structured data from web pages by trying multiple strategies (JSON-LD, metadata, scripts, etc.) and returning the highest-confidence result. Let the tool decide the best extraction method.
Instructions
Auto-strategy structured-data extraction. Tries JSON-LD (schema.org) → NEXT_DATA → Nuxt → JSON-in-script (Magento, Shopify, BigCommerce custom-typed scripts) → OpenGraph/meta → microdata → text_main fallback, returns the highest-confidence hit as {strategy, confidence, data, tried}. Use this as the one-shot 'give me the data, you figure out how' call when you don't want to plan the strategy yourself. Pass strategy='json_ld' (or any of the names above) to force a specific extractor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategy | No | Optional: force a specific extractor (json_ld, next_data, nuxt_data, json_in_script, og_meta, microdata, text_main) |