Discover/sayweee.com API
live

sayweee.com APIsayweee.com

Access SayWeee.com product data via API: search groceries, browse categories, get deals, bestsellers, and new arrivals with prices and images.

Endpoints
6
Updated
14d ago
Try it
Max number of products to return
Search keyword (e.g. 'rice', 'noodles')
api.parse.bot/scraper/4ba5cc74-247f-4a27-a758-c0dcc49da6cc/<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/4ba5cc74-247f-4a27-a758-c0dcc49da6cc/search_products?limit=20&query=rice&offset=0' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for products by keyword. Returns a list of products with ID, name, price, and image URL. Pagination is not supported; use limit to control the number of results returned in a single request.

Input
ParamTypeDescription
limitintegerMax number of products to return
queryrequiredstringSearch keyword (e.g. 'rice', 'noodles')
Response
{
  "type": "object",
  "fields": {
    "total": "integer total number of matching products",
    "products": "array of product objects with id, name, price, and image_url"
  },
  "sample": {
    "data": {
      "total": 60,
      "products": [
        {
          "id": "96142",
          "name": "Nishiki Premium Medium Grain Rice 5 lb",
          "price": 9.49,
          "image_url": "https://img06.weeecdn.com/product/image/350/450/435F14B06DC5466.png"
        }
      ]
    },
    "status": "success"
  }
}

About the sayweee.com API

The SayWeee.com API exposes 6 endpoints covering the full SayWeee Asian grocery catalog, from keyword search to curated collections. The search_products endpoint returns matching items with IDs, names, prices, and image URLs, while get_deals surfaces current sale products including discount percentages and base prices. Use it to query inventory across meat, seafood, produce, and more without building your own data pipeline.

Search and Product Lookup

The search_products endpoint accepts a required query string (e.g. 'tofu', 'instant noodles') and an optional limit to cap results. It returns a total count alongside a products array, each item containing id, name, price, and image_url. Note that pagination is not supported on this endpoint — if you need a specific number of results, set limit accordingly. To retrieve full details for a single item, pass its id to get_product_detail, optionally with a slug for URL accuracy. The detail response returns the same core fields: id, name, price, and image_url.

Category Browsing

get_category_products accepts a category key from a fixed set: 'new', 'trending', 'meat', 'seafood', 'fruits', 'vegetables', or 'sale'. Results are paginated via offset and limit, and the response includes total, offset, limit, and a products array with full product details including id, name, price, img, and category. If no category key is provided, the endpoint falls back to its default behavior.

Curated Collections

Three dedicated endpoints — get_new_arrivals, get_bestsellers, and get_deals — mirror the storefront's curated shelves. All three support limit and offset for pagination and return the same envelope: total, offset, limit, and a products array. The get_deals response additionally includes discount_percentage and base_price fields, making it straightforward to calculate savings or filter by discount depth. get_bestsellers maps to the trending products feed, which reflects current purchase popularity on SayWeee.

Common use cases
  • Build a price-tracking tool that monitors get_deals for discount_percentage changes on specific product IDs
  • Populate a recipe ingredient finder by searching products with search_products using ingredient keywords
  • Create a new-product alert system using get_new_arrivals with offset-based polling to detect recently added items
  • Aggregate Asian grocery pricing data across categories like meat, seafood, and vegetables using get_category_products
  • Display a curated bestsellers widget in a meal-planning app using the get_bestsellers endpoint
  • Compare base_price vs. current price from get_deals to surface the best-value items in a shopping assistant
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 SayWeee have an official developer API?+
SayWeee does not publish a public developer API or API documentation. This Parse API is the structured way to access SayWeee product data programmatically.
What does get_deals return that other endpoints don't?+
The get_deals response includes two extra fields not present in other endpoints: discount_percentage and base_price. These allow you to determine the original pre-sale price and calculate the exact discount, which no other endpoint exposes.
Does search_products support pagination?+
No. search_products returns a single page of results. Use the limit parameter to control how many items come back. If you need to browse large result sets in pages, get_category_products, get_new_arrivals, get_bestsellers, and get_deals all support offset-based pagination.
Does the API return product reviews or ratings?+
Not currently. The endpoints return product identifiers, names, prices, images, and category metadata. Review counts and star ratings are not included in any response. You can fork this API on Parse and revise it to add an endpoint that fetches per-product review data.
Are delivery availability or zip-code eligibility fields included in product responses?+
Not currently. Product responses cover id, name, price, image_url, and category — no geographic delivery data is returned. You can fork this API on Parse and revise it to add location-based availability logic if your use case requires it.
Page content last updated . Spec covers 6 endpoints from sayweee.com.
Related APIs in Food DiningSee all →
dia.es API
Browse and search products across Día supermarket's catalog, view product details, categories, and current offers available on dia.es. Find specific items, explore product categories and subcategories, and discover active promotions.
kroger.com API
Find Kroger grocery store locations across the US organized by state, city, and search parameters. Get detailed store information including directories and specifics for any Kroger location in your area.
coupons.com API
Search and discover coupons, printable offers, and store-specific deals from Coupons.com. Browse top featured offers, find deals across thousands of retailers, and access aggregated coupon data including discount amounts, usage conditions, and expiration details.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
winecompanion.com.au API
Browse and explore Australian wineries from Wine Companion's comprehensive directory, including contact details, ratings, and regional locations. Search and filter by state, region, or facilities to find wineries across Australia.
liquor.com API
Find and browse thousands of cocktail recipes with ratings and user reviews, search drinks by ingredient or category, and read curated articles about spirits and mixology. Get detailed recipe instructions, comments from other users, and expert content all in one place.
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.
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.