Search Google News and Google Shopping using Serper APIs via x402. USE FOR: - Finding recent news articles on a topic - Current events and breaking news - Product searches and price comparisons - Shopping research and product discovery - Industry news monitoring TRIGGERS: - "news about", "latest news", "recent articles" - "current events", "breaking", "headlines" - "shopping", "buy", "price", "product search" - "compare prices", "where to buy", "deals on" Use `npx agentcash fetch` for Serper endpoints. Both endpoints are $0.04 per call.
Install with Tessl CLI
npx tessl i github:Merit-Systems/agentcash-skills --skill news-shopping89
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Access Google News and Google Shopping through x402-protected endpoints.
See rules/getting-started.md for installation and wallet setup.
| Task | Endpoint | Price | Description |
|---|---|---|---|
| News search | https://stableenrich.dev/api/serper/news | $0.04 | Google News search |
| Shopping search | https://stableenrich.dev/api/serper/shopping | $0.04 | Google Shopping search |
Search Google News for articles:
npx agentcash fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "artificial intelligence regulation"}'Parameters:
q - Search query (required)num - Number of results (default: 10)gl - Country code (e.g., "us", "uk", "de")hl - Language (e.g., "en", "es", "fr")tbs - Time filter (qdr:h, qdr:d, qdr:w, qdr:m, qdr:y)| Filter | Meaning |
|---|---|
qdr:h | Past hour |
qdr:d | Past 24 hours |
qdr:w | Past week |
qdr:m | Past month |
qdr:y | Past year |
Example - news from past week:
npx agentcash fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "AI startups funding", "tbs": "qdr:w"}'npx agentcash fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "technology news", "gl": "uk", "hl": "en"}'Returns:
Search Google Shopping for products:
npx agentcash fetch https://stableenrich.dev/api/serper/shopping -m POST -b '{"q": "wireless noise cancelling headphones"}'Parameters:
q - Search query (required)num - Number of results (default: 10)gl - Country code for pricing/availabilityhl - LanguageReturns:
Get local pricing and availability:
npx agentcash fetch https://stableenrich.dev/api/serper/shopping -m POST -b '{"q": "MacBook Pro M3", "gl": "us"}'npx agentcash wallet infonpx agentcash fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "company name OR competitor name", "tbs": "qdr:d", "num": 20}'qdr:h for past hournpx agentcash fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "breaking news topic", "tbs": "qdr:h"}'npx agentcash fetch https://stableenrich.dev/api/serper/shopping -m POST -b '{"q": "ergonomic office chair under $500", "num": 20}'npx agentcash fetch https://stableenrich.dev/api/serper/shopping -m POST -b '{"q": "exact product name model number"}'title - Article headlinesnippet - Article excerptsource - Publication namedate - Published datelink - Article URLimageUrl - Thumbnail (if available)title - Product nameprice - Price with currencysource - Merchant/storelink - Product URLrating - Star rating (if available)reviews - Number of reviewsimageUrl - Product imagedelivery - Shipping info (if available)"climate change"AI OR "artificial intelligence"gl parameter for accurate local pricingBoth endpoints are $0.04 per call.
| Task | Calls | Cost |
|---|---|---|
| Quick news check | 1 | $0.04 |
| Daily news summary | 2-3 | $0.08-0.12 |
| Product research | 1-2 | $0.04-0.08 |
| Full market research | 3-5 | $0.12-0.20 |
fe3e7ab
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.