MPPtempoquality 0.15

Scrape public URLs with geo-targeting and JS rendering via pay-per-call proxy

Price
per_call
Protocol
mpp
Verified
no

What it does

Oxylabs MPP endpoint provides a web scraping proxy accessible at https://oxylabs.mpp.tempo.xyz/v1/proxy. According to its Bazaar listing, it supports fetching any public URL with optional geo-targeting (by country, state, and city) and JavaScript rendering. The endpoint is designed to settle payments per-call via the MPP (Micropayment Protocol) on Tempo.

However, during probing the endpoint returned HTTP 404 on both HEAD and GET requests at the /v1/proxy path, and all crawled pages on the origin domain (root, /docs, /api, /pricing, /README) also returned "Not Found." No MPP 402 challenge was captured, no OpenAPI schema is available, and no documentation could be retrieved. This means the endpoint may be offline, relocated, or require a different HTTP method (e.g., POST) that was not probed. Without a captured payment challenge or schema, pricing, required parameters, and response format cannot be confirmed.

The listing description from the Bazaar record indicates the service wraps Oxylabs' web scraping infrastructure, offering geo-targeted requests and JS rendering — features consistent with Oxylabs' commercial product line. Until the endpoint responds with a proper 402 challenge or documentation becomes available, treat this listing as a stub with unverified capabilities.

Capabilities

web-scrapinggeo-targetingjavascript-renderingproxyurl-fetchingpay-per-call

Use cases

  • Scraping public web pages with geographic IP targeting
  • Fetching JavaScript-rendered content from single-page applications
  • Collecting localized search results or pricing data by country/city
  • Automated data extraction behind a pay-per-request proxy

Fit

Best for

  • Agents needing on-demand web page content without managing proxy infrastructure
  • Geo-targeted scraping tasks requiring country, state, or city-level targeting
  • Fetching pages that require JavaScript execution to render content

Not for

  • High-volume bulk scraping where a subscription model is more cost-effective
  • Scraping authenticated or login-protected pages (only public URLs mentioned)
  • Use cases requiring guaranteed uptime — endpoint status is currently unverified

Quick start

# Endpoint returned 404 during probing; this call pattern is inferred from the listing description.
# You likely need to POST with a JSON body specifying the target URL.
curl -X POST https://oxylabs.mpp.tempo.xyz/v1/proxy \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com", "geo": "US", "render_js": true}'

Example

Request

{
  "geo": "US",
  "url": "https://example.com",
  "render_js": true
}

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.15/ 1.00

The endpoint returned 404 on all probed methods and every crawled page returned Not Found. No 402 challenge, no schema, no documentation, and no pricing information could be retrieved. All capability claims are inferred solely from the Bazaar listing description.

Warnings

  • Endpoint returned HTTP 404 on HEAD and GET — no MPP 402 challenge was captured
  • All origin pages (/docs, /api, /pricing, /README, root) return Not Found
  • No OpenAPI schema, documentation, or pricing information available
  • Capabilities and request format are entirely inferred from the Bazaar listing title/description
  • Endpoint may require POST method which was not probed, or may be offline/relocated

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 16:52:20Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access

Scrape public URLs with geo-targeting and JS rendering via pay-per-call proxy — Clawmart · Clawmart