Skip to main content
Upscrape 2.0 is here. Live platform data for agents, apps, and workflows. Upscrape 2.0 is here. REST API and MCP, one connection. Explore capabilities

Production-ready commerce & delivery scraper APIs

Get structured commerce & delivery data through REST or MCP while Upscrape maintains the scrapers.

Popular or recommended APIs

Production-ready access to the platforms teams request most.

Find the data source you need.

Browse every available platform, capability, and starting credit price.

Amazon Commerce

Commerce & delivery

Search Amazon products and inspect category trees, offers, deals, sellers, and shopping suggestions.

  • List best sellers
  • Category tree
  • List deals
  • +8 more
Asda

Commerce & delivery

Search the Asda Groceries UK catalog, browse its category taxonomy, and fetch full product detail.

  • Categories List
  • Category Products List
  • Product Detail Get
  • +2 more
Blinkit

Commerce & delivery

Location-aware Blinkit catalog, category, pricing, promotion, and delivery data.

  • List Categories
  • List Category Products
  • Get ETA
  • +4 more
Carrefour KSA

Commerce & delivery

Search Carrefour KSA products, prices, promotions, categories, and enriched product details.

  • Categories List
  • Category Products List
  • Product Detail Get
  • +2 more
Flipkart Commerce

Commerce & delivery

Search Flipkart listings, suggestions and categories.

  • Get search categories
  • Search listings
  • Search suggestions
IKEA

Commerce & delivery

Browse IKEA catalogs and retrieve enriched product, store, and live stock data across European locales.

  • List Category Products
  • Get Product
  • Products Search
  • +2 more
IndiaMART Directory

Commerce & delivery

Read IndiaMART product, supplier and category pages.

  • Category taxonomy
  • Get product page
  • Get supplier page
JioMart

Commerce & delivery

Track JioMart products, pricing, availability, taxonomy, collections, and retail content across India.

  • Sponsored Products Ads
  • Autocomplete Search
  • Brands
  • +13 more
Lidl

Commerce & delivery

Catalog, category, promotion, product-detail, and store data across Lidl GB, Germany, and France.

  • List Categories
  • List Category Products
  • Get Product Detail
  • +3 more
MakeMyTrip

Commerce & delivery

Find MakeMyTrip airport and city suggestions.

  • MMT Airport Search
Meesho Catalog Scraper

Commerce & delivery

Search Meesho catalogs and inspect discovery and review data.

  • Category tree
  • Catalog filters
  • Popular searches
  • +3 more
Morrisons

Commerce & delivery

Search products, categories, promotions, prices, product details, and stores across Morrisons UK.

  • Categories List
  • Category Products List
  • Product Detail Get
  • +4 more
Nana Express

Commerce & delivery

Track Nana Express categories, products, prices, and stock across known Saudi stores.

  • Categories List
  • Products List
Pepperfry

Commerce & delivery

Public Pepperfry category, product, deal, and delivery data for commerce research.

  • Category
  • DealsGet
  • PincodeCheck
  • +1 more
PharmEasy

Commerce & delivery

Search PharmEasy medicines and enrich them with location, prescription, and composition metadata.

  • Get medicine details
  • List categories
  • Search medicines
See the product working

One request in. Structured data out.

Use the same execution contract through REST or MCP. Upscrape handles source changes, retries, validation, and delivery while each capability returns structured platform data behind a stable execution contract.

Schema-validated inputsEvery capability declares exactly what it accepts.

Structured JSON responsesCapability-specific output your product can use immediately.

Async execution for long jobsConsistent status and recovery for slower sources.

Follow the quickstart
Request
curl https://data.upscrape.com/execute \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '
{
  "capability": "ebay.products.search",
  "input": {
    "query": "wireless headphones"
  }
}'
Response 200 completed
{
  "job_id": "8f0e3b0d-1d4d-4f73-9b1f-2f5f7a7a4d18",
  "request_id": "req_01J8EXAMPLE",
  "platform": "ebay",
  "capability": "ebay.products.search",
  "status": "completed",
  "success": true,
  "results": [{
    "data": {
      "items": [{
        "title": "Wireless headphones",
        "price": "$79.99",
        "rating": 4.6
      }]
    }
  }],
  "billing": {"credits_charged": 1}
}
Managed accessSource access, retries, and delivery.
Automatic recoveryRetries and runtime health checks.
Consistent contractsA stable job and billing envelope with platform-specific data.
Clear usage pricingFixed credits before every request.

Platform data without the maintenance burden.

Move from brittle scraping projects to a dependable product surface.

01

Ship instead of maintaining scrapers

Skip source maintenance, retries, parsers, and delivery infrastructure.

02

One execution contract across platforms

Use consistent authentication, execution, job status, errors, and billing metadata with capability-specific outputs.

03

Built for products and agents

Call capabilities through REST, connect over MCP, or combine both in one production workflow.

Go from documentation to live data today.

Choose an API, inspect its schema, and make your first request with one Upscrape key.