classify_content
Classify web content into specific categories like news, blog, ecommerce, or technology to organize and analyze scraped data effectively.
Instructions
Classify web content into categories and topics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to classify content for | |
| categories | No | Content categories to classify into (default: all) | |
| useCache | No | Whether to use cached content if available (default: true) |