Strategy Methods
Strategy methods allow you to create and manage AI-generated extraction strategies. See the MeterClient reference for complete method signatures.Quick reference
Common workflows
Generate and refine
API-based scraping
For sites that load data via JavaScript APIs, useforce_api=True to capture the underlying API:
API-based strategies capture underlying API calls instead of using CSS selectors.
This is useful for dynamic sites where data is loaded via JavaScript.
List and filter
Batch operations
See also
Full Method Reference
Complete parameter and return type documentation
Strategies Concept
Understand strategy lifecycle and best practices
REST API
Strategy endpoints in the REST API
Quick Start
Generate your first strategy