Pay-per-call competitor analysis via SpyFu's Competitors API on Tempo L2.
What it does
This MPP endpoint exposes SpyFu's Competitors API (v2) through the Tempo payment protocol, enabling agent-driven, pay-per-call competitor analysis. SpyFu is a well-known SEO and PPC research platform offering data on competitor keywords, SEO rankings, paid search ads, ad history, and domain analytics spanning 18+ years of historical data.
The endpoint is live and responds with a standard MPP 402 payment challenge. It settles via the Tempo method (pathUSD on Tempo L2, chain ID 4217) with a per-call charge of 10,000 base units. Assuming pathUSD uses 6 decimals (consistent with other USD stablecoins), this translates to $0.01 per request. The wildcard path (`/apis/competitors_api/v2/*`) suggests multiple sub-routes are available under the v2 competitors API, likely mirroring SpyFu's documented competitor endpoints (e.g., organic competitors, paid competitors, shared keywords).
No OpenAPI schema, documentation pages, or usage examples were found on the MPP gateway itself — all doc/pricing/README paths return 404. The listing description and SpyFu's public reputation are the primary sources of information about the data returned. Agents calling this endpoint should be familiar with SpyFu's Competitors API v2 parameter conventions (typically domain-based queries) and expect JSON responses with competitor domain lists, overlap metrics, and keyword data.
Capabilities
Use cases
- —Identify top organic and paid search competitors for a given domain
- —Discover shared keywords between competing domains
- —Analyze competitor PPC ad strategies and historical ad spend
- —Build automated competitive intelligence dashboards
- —Agent-driven SEO audits that include competitor benchmarking
Fit
Best for
- —AI agents performing automated competitive SEO/PPC research
- —Programmatic domain-level competitor discovery
- —Pay-per-call access to SpyFu data without a subscription
Not for
- —Bulk data exports requiring thousands of calls (costs accumulate at $0.01/call)
- —Users needing SpyFu's full UI-based reporting and visualization
- —Non-competitor SpyFu endpoints (keyword, backlink, etc.) — this covers only the competitors API
Quick start
curl -X GET "https://spyfu.mpp.tempo.xyz/apis/competitors_api/v2/getOrganicCompetitors?domain=example.com" \
-H "Authorization: Payment <tempo-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid MPP 402 challenge, confirming it is operational. However, there is no OpenAPI schema, no documentation, no example requests or responses, and all crawled pages return 404. The listing relies heavily on inference from SpyFu's public reputation and the endpoint path structure.
Warnings
- —No OpenAPI schema or documentation available on the MPP gateway — all doc paths return 404.
- —Currency address 0x20c000000000000000000000b9537d11c60e8b50 is assumed to be pathUSD (6 decimals) based on Tempo L2 conventions; this could not be independently verified.
- —Exact sub-routes under /apis/competitors_api/v2/* are unknown; callers must infer from SpyFu's public API docs.
- —No response schema available — response format is unverified.
Citations
- —SpyFu offers competitor keyword research, SEO rankings, PPC ads, ad history, and domain analytics with 18+ years of historical data.https://spyfu.mpp.tempo.xyz
- —Endpoint is live and returns a 402 MPP payment challenge with method=tempo, intent=charge, amount=10000 on chain 4217.https://spyfu.mpp.tempo.xyz/apis/competitors_api/v2/*