Shopping — entry 011 of 15
OLX Poland
OLX Poland's Partner API lets approved integrators create and manage classified-ad listings and handle buyer/seller messaging programmatically. Access runs on an OAuth2 client-credentials flow, confirmed live by an invalid_client error from the real token endpoint, and the older v1 REST resource has been explicitly deprecated in favor of this OAuth-secured surface. Developer access comes through an application and approval process rather than a published self-serve fee.
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.
GreatAPIs Score
Score57
Authentication8/25OAuth flow required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.