news-shopping

Access Serper-powered Google News and Shopping data via x402-protected endpoints.

3|3|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/Merit-Systems/x402scan-skills --skill news-shopping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: news-shopping
Source: https://github.com/Merit-Systems/x402scan-skills/tree/main/skills/news-shopping
Command: npx skills add https://github.com/Merit-Systems/x402scan-skills --skill news-shopping

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides secure access to Serper-powered Google News and Shopping data through x402-protected endpoints, eliminating the need to manually handle provider-specific API paths and ensuring consistent results.

Core Features & Use Cases

  • Unified access to Google News and Shopping data via the x402 API surface.
  • Supports time-bounded searches and product inquiries for monitoring, research, and price comparisons.
  • Use Case: Monitor breaking industry news and perform product research with up-to-date pricing across merchants.

Quick Start

Use the Serper-enabled endpoints via the MCP client to perform searches.

  • Discover endpoints: x402.discover_api_endpoints(url="https://enrichx402.com")
  • News search example: x402.fetch(url="https://enrichx402.com/api/serper/news", method="POST", body={"q": "AI in healthcare"})
  • Shopping search example: x402.fetch(url="https://enrichx402.com/api/serper/shopping", method="POST", body={"q": "wireless headphones"})

Frequently Asked Questions about news-shopping

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Google News and Shopping data through x402-protected endpoints?

You retrieve Google News and Shopping data by sending POST requests to the Serper-powered endpoints at https://enrichx402.com/api/serper/{provider}/{action}. This provides a consistent interface over provider-specific APIs for real-time monitoring and product research.

Can I perform time-filtered news searches and product price comparisons using Serper APIs?

Yes, you can perform time-bounded news searches and product inquiries for monitoring and research. The Serper-powered Shopping endpoint supports merchant price comparisons, while the News endpoint allows monitoring breaking industry updates.

Do I need to manually configure API paths to access Serper Google News and Shopping data?

No, you do not need to manually handle provider-specific API paths. This skill eliminates manual configuration by providing unified access to Serper data through standardized x402 API surface URLs.

How do I discover available API endpoints for Serper news and shopping searches?

You discover available API endpoints by executing the x402.discover_api_endpoints function with the URL https://enrichx402.com. This returns the exact endpoint patterns needed to fetch news and shopping data.

What is the best way to integrate real-time news monitoring into an existing data pipeline?

The best way to integrate real-time news monitoring is using the x402.fetch method against the Serper news endpoint. It securely retrieves current Google News data via POST requests containing your search query parameters.

Are there limitations to searching product pricing across merchants with x402 endpoints?

The primary constraint is that searches must use the exact endpoint pattern https://enrichx402.com/api/serper/shopping. Results depend entirely on the underlying Serper API data availability for queried products and merchants.