OLX Poland
Integrate with local sites by posting, managing adverts and communicating with OLX users
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Shopping
- Documentation / URL
- https://developer.olx.pl/api/doc#section/
Overview
OLX Poland provides advert management — key-based (the API is alive; a missing Version header returns 400 with a hint, verified).
Quick Start
Adverts (replace YOUR_KEY — must include the Version header):
curl "https://www.olx.pl/api/partner/adverts?key=YOUR_KEY" \
-H "Version: 2.0"
{ "data": { "error": { "status": 400, "title": "Bad Request", "detail": "Missing required 'Version' header!" } } }
Authentication
- Register at developer.olx.pl → API key.
- Send it per the docs; the
Versionheader is required (missing → 400, verified).
Rate Limits & Notes
- Key-based with a free tier (check the docs).
- Advert management.
FAQ
Is OLX Poland free? Key-based with a free tier per the docs.
Why 400?
The Version header is required (verified).
What’s the auth style? Key + Version header.
More in Shopping
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Best Buy Products, Buying Options, Categories, Recommendations, Stores and Commerce | API Key | Yes | Unknown | ↗ |
| BuyWhere Real-time product catalog API for AI agents across merchants in 7 countries (SG, MY, TH, VN, PH, ID, US) | API Key | Yes | Unknown | ↗ |
| Descripio Amazon Reviews Amazon product reviews for 12 marketplaces | API Key | Yes | Unknown | ↗ |
| Digi-Key Retrieve price and inventory of electronic components as well as place orders | OAuth | Yes | Unknown | ↗ |
| Dummy Products An api to fetch dummy e-commerce products JSON data with placeholder images | API Key | Yes | Yes | ↗ |