Pay-per-call domain stats lookup via SpyFu's SEO/PPC analytics data
What it does
This MPP (Micropayment Protocol) endpoint exposes SpyFu's Domain Stats API (v2) for per-request purchase. SpyFu is a well-known competitive intelligence platform offering SEO rankings, PPC ad data, ad history, and domain-level analytics drawn from 18+ years of historical data. The endpoint is hosted on Tempo's MPP infrastructure and settles payments in pathUSD on the Tempo L2 chain (chainId 4217).
Each call costs 10,000 base units of pathUSD. Assuming pathUSD uses 6 decimals (consistent with other USD stablecoins), this translates to $0.01 per request. The endpoint uses a wildcard path (`/apis/domain_stats_api/v2/*`), suggesting multiple sub-routes for different domain statistics queries. The payment intent is "charge", meaning each API call is a one-shot micropayment — you pay per request and receive the result immediately.
No OpenAPI schema, documentation pages, or usage examples were found on the MPP gateway itself (all doc paths return 404). The underlying SpyFu Domain Stats API v2 likely returns metrics such as organic keywords, paid keywords, estimated monthly clicks, ad budget, domain authority, and historical ranking data for a given domain. However, without published schema or docs on this gateway, the exact request parameters and response shape must be inferred from SpyFu's public API documentation elsewhere.
Capabilities
Use cases
- —Retrieve SEO and PPC statistics for a competitor's domain programmatically
- —Build automated competitive intelligence dashboards with per-query pricing
- —Agent-driven domain research for content strategy or link-building campaigns
- —On-demand domain authority and keyword overlap checks during sales prospecting
- —Historical ad spend and ranking trend analysis for market research
Fit
Best for
- —AI agents needing on-demand competitive SEO/PPC data without a subscription
- —Developers who want pay-per-call domain analytics without monthly commitments
- —Automated workflows that query domain stats infrequently and benefit from micropayments
Not for
- —High-volume bulk domain analysis (per-call pricing may add up vs. a SpyFu subscription)
- —Users who need a full SpyFu dashboard experience with visualizations and reports
- —Workflows requiring non-domain-level data such as individual keyword SERP tracking
Quick start
curl -i https://spyfu.mpp.tempo.xyz/apis/domain_stats_api/v2/GetDomainStatsForExactDate?domain=example.com
# Returns 402 with WWW-Authenticate: Payment header.
# Complete the Tempo L2 payment challenge, then resend with the payment proof header.Endpoint
Quality
The endpoint is live and returns a valid 402 MPP challenge, confirming it is operational. However, no OpenAPI schema, documentation, or example responses are available from the gateway. The exact request parameters and response format are unknown from the provided material. The listing is largely inferred from SpyFu's general product description and the MPP challenge metadata.
Warnings
- —No OpenAPI schema or documentation found on the MPP gateway — all doc paths return 404
- —Exact request parameters and response schema are unknown; sub-routes under the wildcard path are not enumerated
- —Currency address 0x20c000000000000000000000b9537d11c60e8b50 assumed to be pathUSD with 6 decimals — price of $0.01 per call is an inference
- —The underlying SpyFu API capabilities are inferred from SpyFu's general product description, not from this gateway's own docs
Citations
- —SpyFu offers competitor keyword research, SEO rankings, PPC ads, ad history, and domain analytics with 18+ years of historical datahttps://spyfu.mpp.tempo.xyz
- —Endpoint returns 402 with method=tempo, intent=charge, chainId=4217, amount=10000https://spyfu.mpp.tempo.xyz/apis/domain_stats_api/v2/*