Discover/shopee.ph API
live

shopee.ph APIshopee.ph

Access Shopee Philippines shop profiles, search suggestions, and trending item previews via a structured API. 7 endpoints covering seller ratings, item counts, and more.

Endpoints
7
Updated
3mo ago
Try it
Max results per page
Search keyword
Pagination offset
api.parse.bot/scraper/6e392256-3411-4800-ab21-22fc3bfefa95/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/6e392256-3411-4800-ab21-22fc3bfefa95/search_products?limit=5&query=phone' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Search for products by keyword on Shopee Philippines. NOTE: This endpoint currently requires authentication (Shopee login) and will return an error for unauthenticated requests.

Input
ParamTypeDescription
limitintegerMax results per page
queryrequiredstringSearch keyword
offsetintegerPagination offset
Response
{
  "type": "object",
  "fields": {
    "status": "string",
    "message": "string"
  },
  "sample": {
    "status": "error",
    "message": "This endpoint requires authentication. Shopee PH now requires login to access this data."
  }
}

About the shopee.ph API

The Shopee Philippines API provides 7 endpoints for accessing public marketplace data from shopee.ph. The get_search_suggestions endpoint returns autocomplete queries along with associated item IDs, images, and shop IDs for each suggestion, while get_shop_info exposes a seller's star rating, follower count, response rate, item count, and verification status — all without requiring a Shopee login.

What the API Covers

Two endpoints are fully operational without authentication. get_search_suggestions accepts a query string and returns an array of suggestion objects, each containing the suggestion text, a hint label, associated item_ids, images, and shop_ids. The has_more boolean indicates whether additional suggestion pages exist. get_shop_info accepts a numeric shop_id and returns a detailed seller profile including name, username, country, item_count, rating_star (1–5 scale), and individual rating breakdowns (rating_good, rating_normal, rating_bad).

Authentication-Required Endpoints

Five endpoints — search_products, get_product_details, get_product_reviews, get_shop_products, and get_category_tree — currently require a Shopee login session and will return an error status for unauthenticated requests. Their response shapes expose only a status string and a message string at this time. These endpoints exist in the spec and will return data once authentication requirements change.

Pagination and Identifiers

Endpoints that support pagination accept limit and offset integer parameters. Shop and product identifiers on Shopee follow a two-part scheme: a shop_id and an item_id are both required for product-level lookups. get_search_suggestions conveniently returns shop_ids and item_ids alongside each suggestion, making it useful for seeding downstream product or shop lookups.

Official Shopee Developer Program

Shopee operates an official Open Platform API (open.shopee.com) aimed at merchants and logistics partners. That platform targets sellers managing orders and inventory, not general marketplace data retrieval. The Parse API surfaces public-facing data independently of that merchant program.

Common use cases
  • Monitor a competitor shop's total item count and star rating over time using get_shop_info
  • Build a search autocomplete feature backed by Shopee's own suggestion data via get_search_suggestions
  • Collect trending item IDs and preview images from search suggestions for market research
  • Audit seller verification status and response rate for a list of shop IDs
  • Seed a product watchlist using item IDs and shop IDs returned from search suggestions
  • Track changes in a shop's rating_good vs rating_bad counts to detect reputation shifts
  • Populate a shop directory with name, country, description, and item_count from get_shop_info
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Shopee have an official developer API?+
Yes. Shopee runs the Shopee Open Platform at open.shopee.com, which provides APIs for sellers managing orders, products, and logistics. It requires merchant account registration and is not designed for general marketplace data access.
What does `get_shop_info` actually return beyond a star rating?+
get_shop_info returns the shop's name, username, shopid, country, description, item_count, rating_star (a decimal on a 1–5 scale), and three raw rating counts: rating_good, rating_normal, and rating_bad. These let you compute rating distributions rather than relying on the aggregate star score alone.
Can I retrieve product prices or inventory levels through this API?+
Not currently. The fully operational endpoints cover search suggestions and shop-level profiles; product-detail fields including price, stock, and variants are part of get_product_details, which requires authentication and currently returns only a status and message. You can fork this API on Parse and revise it to add authenticated product detail retrieval once you have a valid session.
What are the limitations of the `get_search_suggestions` endpoint?+
get_search_suggestions returns suggestion text, item IDs, shop IDs, and preview images, but does not include prices, review counts, or sales figures for the suggested items. The has_more boolean indicates additional suggestions exist, but the endpoint does not expose an offset parameter for paginating through them.
Does the API cover Shopee storefronts in other countries such as Indonesia or Thailand?+
This API is scoped to shopee.ph (Philippines) only. Other Shopee regional domains are not covered. You can fork this API on Parse and revise the base URL and any region-specific parameters to target a different Shopee market.
Page content last updated . Spec covers 7 endpoints from shopee.ph.
Related APIs in MarketplaceSee all →
mouser.com API
mouser.com API
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.