polymer-pay-searchapi

Retrieve real-time SERP data from multiple platforms via the Polymer Pay proxy.

1|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/polymerdao/pay-apis --skill polymer-pay-searchapi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymer-pay-searchapi
Source: https://github.com/polymerdao/pay-apis/tree/main/skills/polymer-pay-searchapi
Command: npx skills add https://github.com/polymerdao/pay-apis --skill polymer-pay-searchapi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve real-time SERP data from multiple platforms via the Polymer Pay proxy, enabling rapid cross-platform search results without managing individual APIs.

Core Features & Use Cases

  • Real-time SERP scraping across Google, YouTube, Amazon, eBay, Reddit, and more
  • Unified API surface for multi-platform search queries
  • Use cases include competitive research, price tracking, and market insights
  • Real-world example: compare top results for a given keyword across several platforms and aggregate into a single dataset

Quick Start

Install and start using SearchAPI to fetch real-time SERP data via the Polymer Pay proxy.

Frequently Asked Questions about polymer-pay-searchapi

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

FAQPage Schema
How do I scrape SERP data from multiple platforms using a single API?

SERP scraping across multiple platforms is done through the Polymer Pay proxy, which provides a unified API surface to fetch real-time search results from Google, YouTube, Amazon, eBay, and Reddit using the /api/v1/search endpoint.

What do I need to set up before retrieving real-time SERP data?

You need to configure the POLYMER_PAY_API_KEY in your environment to authenticate requests. The Skill then uses this key to proxy search queries via the /api/v1/search endpoint with specified engine and query parameters.

Can I track competitor prices and market insights across Amazon and eBay?

Yes, you can track competitor prices and gather market insights by querying the Amazon and eBay engines through the proxy, retrieving real-time SERP data to aggregate into a single dataset for analysis.

Does this approach work for aggregating cross-platform search results without managing individual APIs?

It eliminates the need to manage individual platform APIs by routing all queries through the Polymer Pay proxy, allowing you to compare top results for a keyword across several platforms and aggregate them rapidly.

What are the limitations of using a proxy for web scraping SERP results?

The Skill depends on the POLYMER_PAY_API_KEY and the availability of the Polymer Pay proxy. It focuses on retrieving real-time SERP data, meaning output structure depends on the specific platform engines queried via the /api/v1/search endpoint.