AliExpress scraper and API skills
Site: aliexpress.com
AliExpress only exposes an API through its affiliate and open platform programmes, both of which require approval before they return a single product. These AliExpress scraper skills read search and product pages directly through the Browserless MCP and return structured JSON.
Working with AliExpress
- A residential proxy is required on every call — bare and datacenter sessions intermittently hit Cloudflare and Akamai verification screens.
- Product IDs are opaque numerics resolved from search results, never fabricated from a product name.
- Search result links can be protocol-relative and carry heavy tracking parameters, so URLs are normalised before use.
2 AliExpress skills
- aliexpress.comv1
Open an AliExpress Product from Search
Resolve an AliExpress product from a search query and open its opaque item-ID URL, handling the site's occasional verification challenge.
- aliexpress.comv1
AliExpress Search Products by Name
Search AliExpress by product name / keyword and return a structured list of matching listings — productId, canonical detail URL, title, current price, list price, discount %, rating, sold count, and badges. Read-only.
AliExpress scraping questions
- Does AliExpress have an API?
- Only through the affiliate or open-platform programmes, which require an approved account before returning data. There is no open product API.
- Is scraping AliExpress legal?
- Reading data that AliExpress publishes publicly is generally treated as lawful in the US — hiQ v. LinkedIn found that scraping a public site does not by itself violate the Computer Fraud and Abuse Act. That is not the whole question: AliExpress's terms of service, its robots.txt, the rate at which you request pages, and any personal or copyrighted data you collect all carry their own obligations, and the rules differ outside the US. These skills read public pages at human-scale rates and never bypass a login. Treat this as background, not legal advice.
- What data can I extract from AliExpress?
- Product ID, title, price, product image and the canonical item URL, for both search result rows and the resolved detail page.