Discover/NEWME API
live

NEWME APInewme.asia

Access NEWME Asia product listings via API. Search by keyword, filter by category, size, and sort order. Returns pricing, ratings, colors, and delivery info.

This API takes change requests — .
Endpoint health
verified 2h ago
search_products
1/1 passing latest checkself-healing
Endpoints
1
Updated
2h ago

What is the NEWME API?

The NEWME Asia API exposes one endpoint — search_products — that returns up to 30 product listings per page from newme.asia, a fast-fashion e-commerce platform. Each product object includes at least 10 fields: id, name, slug, category, pricing, rating, sizes, colors, fabric, and delivery info. You can filter by keyword, category, and size simultaneously, or browse all products by omitting the query parameter.

This call costs1 credit / call— charged only on success
Try it
Page number for pagination. Each page returns up to 30 products.
Comma-separated size filter (e.g. 'S', 'M,L', 'XS,S,M'). Standard sizes include XXS, XS, S, M, L, XL, XXL and numeric sizes 24-36.
Search keyword (e.g. 'dress', 'tops', 'jeans'). When omitted, returns all products matching other filters.
Sort order for results. Defaults to popularity when omitted.
Filter by product category (e.g. 'dresses', 'tops', 'bottoms', 'jewellery', 'co-ords', 'bags', 'lingerie', 'swimwear', 'accessories'). Omit to search across all categories.
api.parse.bot/scraper/b89aac0c-f196-484d-8345-3d7f58e57af8/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/b89aac0c-f196-484d-8345-3d7f58e57af8/search_products?query=dress&sort_by=menu_order' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

Search for product listings on NEWME by keyword. Returns paginated results (30 products per page) with product details including pricing, sizes, colors, ratings, and delivery info. Supports filtering by category, size, and sorting by various criteria. When query is empty, returns all products matching the applied filters.

Input
ParamTypeDescription
pageintegerPage number for pagination. Each page returns up to 30 products.
sizestringComma-separated size filter (e.g. 'S', 'M,L', 'XS,S,M'). Standard sizes include XXS, XS, S, M, L, XL, XXL and numeric sizes 24-36.
querystringSearch keyword (e.g. 'dress', 'tops', 'jeans'). When omitted, returns all products matching other filters.
sort_bystringSort order for results. Defaults to popularity when omitted.
categorystringFilter by product category (e.g. 'dresses', 'tops', 'bottoms', 'jewellery', 'co-ords', 'bags', 'lingerie', 'swimwear', 'accessories'). Omit to search across all categories.
Response
{
  "type": "object",
  "fields": {
    "products": "array of product objects with id, name, slug, category, pricing, rating, sizes, colors, fabric, and delivery info",
    "total_count": "total number of products matching the search",
    "total_pages": "total number of pages available",
    "current_page": "current page number"
  },
  "sample": {
    "data": {
      "products": [
        {
          "name": "Light Pink Floral Maxi Dress",
          "slug": "light-pink-floral-maxi-dress-32",
          "rating": "4.8",
          "category": "dresses",
          "image_url": "https://assets.newme.asia/wp-content/uploads/2026/08/11142803a793ab2e/NM-IN-56-DRS-26-MAY-34013-LIGHTPINK(0).webp",
          "product_id": 11577826,
          "sale_price": 1299,
          "subcategory": "maxi",
          "rating_count": "24",
          "regular_price": 1599,
          "color_variants": [
            {
              "color": "Lightpink",
              "hex_code": [
                "#FFB6C1"
              ],
              "product_id": 11577826
            },
            {
              "color": "Yellow",
              "hex_code": [
                "#FFFF00"
              ],
              "product_id": 11142523
            }
          ],
          "fabric_quality": "GEORGETTE",
          "sizes_available": [
            "XS",
            "S",
            "M",
            "L",
            "XL"
          ],
          "fast_delivery_text": "3 - 5 days",
          "normal_delivery_text": "12 - 14 days"
        }
      ],
      "total_count": 669,
      "total_pages": 23,
      "current_page": 1
    },
    "status": "success"
  }
}

About the NEWME API

What the API Returns

The search_products endpoint returns paginated product listings from NEWME, a Singapore-based fast-fashion retailer. Each page contains up to 30 items. The response includes products (an array of product objects), total_count (total matching products), total_pages, and current_page for pagination control.

Product Object Fields

Each product object carries: id, name, slug, category, pricing details, rating, available sizes, colors, fabric type, and delivery info. The sizes field covers standard sizing including XXS, XS, S, M, L, XL, and XXL. Pricing reflects what is shown on the NEWME product listing at the time of the request.

Filtering and Sorting

The query parameter accepts keyword strings such as 'dress', 'tops', or 'jeans'. When query is omitted, the endpoint returns all products matching any other active filters. The category parameter accepts values like 'dresses', 'tops', 'bottoms', 'jewellery', 'co-ords', 'bags', and 'lingerie'. The size parameter accepts comma-separated values (e.g. 'S,M,L'). The sort_by parameter controls ordering and defaults to popularity when not specified. Pagination is controlled via the page parameter.

Reliability & maintenanceVerified

The NEWME API is a managed, monitored endpoint for newme.asia — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when newme.asia changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official newme.asia API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
2h ago
Latest check
1/1 endpoint passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Aggregate NEWME pricing data alongside other fast-fashion retailers for price comparison tools
  • Build size-specific product feeds by filtering results with the size parameter
  • Monitor product availability and inventory signals across NEWME categories
  • Populate affiliate shopping apps with NEWME product names, slugs, and pricing
  • Analyze fast-fashion trend data by querying category and sorting by popularity
  • Feed product rating data into review aggregation dashboards for Asian fashion platforms
  • Track catalog depth in specific categories like 'co-ords' or 'lingerie' using category filtering
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does NEWME have an official developer API?+
NEWME (newme.asia) does not publish a public developer API or documented data access program. This Parse API provides structured access to their product catalog.
What does the `search_products` endpoint return when no query keyword is provided?+
When the query parameter is omitted, the endpoint returns all products matching any other active filters such as category or size. This makes it useful for browsing entire category listings or size-specific catalogs without a text search term.
Does the API return individual product detail pages, such as full descriptions or multiple product images?+
Not currently. The API returns listing-level data: name, slug, category, pricing, rating, sizes, colors, fabric, and delivery info. Individual product page content such as extended descriptions or full image galleries is not included. You can fork this API on Parse and revise it to add a product detail endpoint.
What are the pagination limits for `search_products`?+
Each page returns a maximum of 30 products. The response includes total_count and total_pages fields so you can determine how many additional pages exist for a given query. Use the page parameter to step through results.
Does the API expose historical pricing, price drop history, or stock quantity per SKU?+
Not currently. Pricing returned reflects the current listed price per product; historical price data and per-SKU stock quantities are not exposed. You can fork this API on Parse and revise it to capture pricing snapshots over time or add inventory-level fields.
Page content last updated . Spec covers 1 endpoint from newme.asia.
Related APIs in EcommerceSee all →