Marketplace product data in one schema

Search, compare, and pull product data from AliExpress, Amazon, and more — one key, one schema, every marketplace.

Free credit on request, no card required

One schema for every marketplace

Change the marketplace in the path and you're done. The key, the query and the code stay exactly as they are, and every marketplace answers in the same shape, so what you wrote for one already works on the other four.

Marketplace
Language
cURL
export APINOA_KEY=sk_live_…

curl -G https://gateway.apinoa.com/v1/aliexpress/search \
  -H "x-api-key: $APINOA_KEY" \
  -d "query=wireless earbuds" \
  -d "priceMax=30" \
  | jq '.items[0] | {title, price}'
$ bash price.sh
{
  "title": "Wireless Earbuds, 40h Playtime",
  "price": {
    "amount": 12.99,
    "currency": "USD"
  }
}
The original Chinese listing image
The same image returned in Korean

Everything you need for marketplace data analysis. We have it all.

Including the part most tools give up on: the text baked into the artwork. Drag the seam and the same listing comes back in another language.

Target
Sample

Pay for the requests you make

No plans and no minimum. Top up from $20 and each request comes off your balance. The more you send in a day, the less each one costs.

Marketplace data
$0.001 per request
Image translation
$0.003 per image

Failed requests are free. Ask for $1 of free credit to evaluate, no card needed.

What counts as a request, and the rest of the detail

Price per request at each daily volume. The count resets at 00:00 UTC.
12,000
That day costs
$10.00
Per request, on average
$0.00083
30 days at this pace
$300

Top up more, pay less

Top-ups from $5,000 carry 8–20% in bonus credit, added the moment the payment lands.

The same heavy workload every day?

We can fix a monthly price for it. Talk to us

Questions, answered

Which marketplaces can I query?
5 of them: AliExpress, Amazon, eBay, Shopify, and Walmart. Every one answers in the same schema, so code written for one works on the rest. The operations each one supports are listed live at GET /marketplaces.
How is usage billed?
From a prepaid balance, with no plans and no minimum. A marketplace request costs $0.001 and an image translation $0.003. The more you send in a day, the less each request costs, down to $0.0005 from 30,000 requests a day; the count resets at 00:00 UTC. Top-ups start at $20.
Is there a free tier?
There are no plans, free or paid. To evaluate the API, you can ask for $1 of free credit, which is 1,000 marketplace requests. Signing up needs no card.
Am I charged for a failed call?
No. If a call returns nothing, the amount held for it goes back in full. A request we reject for a bad parameter is free too.
Does credit expire?
Credit lasts 12 months from your most recent top-up, and every top-up starts the 12 months again — so it does not expire while you keep using the service. We email you a month before, and the date is on your dashboard.
Do you store my request data?
We log each call you make, including the endpoint, its parameters, the response status and what it cost, so you can see it in your dashboard. Those per-call logs are deleted after 24 hours and only daily totals remain. The Privacy Policy has the full list.

Full pricingPrivacy Policy

Your first 1,000 requests can be on us

Ask for $1 of free credit to evaluate. No card, one key, and all 5 marketplaces.