{ "name": "USA Today Article", "description": "Extract article content from USA Today", "site": "usatoday.com", "category": "news", "icon": "\ud83d\udcf0", "schema": { "name": "usatoday_article", "base_selector": "article, .story", "fields": [ { "name": "title", "selector": "h1", "type": "text" }, { "name": "author", "selector": "[class*='author'], [class*='byline']", "type": "text" }, { "name": "published_date", "selector": "time", "type": "attribute", "attribute": "datetime" }, { "name": "content", "selector": "[class*='content'], [class*='story-text']", "type": "text" }, { "name": "image_url", "selector": "figure img", "type": "attribute", "attribute": "src" } ] }, "url_pattern": "*://www.usatoday.com/*", "_license": "MIT", "_copyright": "Copyright (c) 2026 Rug Munch Media LLC" }