extract_schema_markup
Extract and validate schema.org structured data markup from web pages to identify structured content types like articles, products, organizations, and events.
Instructions
Extract and validate schema.org structured data markup
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract schema markup from | |
| schemaTypes | No | Schema types to extract (default: all) | |
| validate | No | Whether to validate schema markup (default: true) | |
| useCache | No | Whether to use cached content if available (default: true) |