Youla
Search and manage classified ads on Youla
Integrate with Youla marketplace to search classified ads, get detailed ad information, and retrieve user listings. Supports filtering by category, city, price range, and sorting options.
Search classified ads on Youla (Юла). Supports filtering by category, city, price range, and sorting by date or price.
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
query | string | Yes | No description |
category | string | No | No description |
city | string | No | No description |
minPrice | number | No | No description |
maxPrice | number | No | No description |
page | number | No | No description |
sort | string | No | No description |
| Parameter | Type | Description |
|---|
items | array | List of classified ads |
↳ id | string | Ad ID |
↳ title | string | Ad title |
↳ description | string | Ad description |
↳ price | number | Price in rubles |
↳ currency | string | Currency code |
↳ category | string | Ad category |
↳ city | string | City location |
↳ images | array | Image URLs |
↳ url | string | URL to the ad on Youla |
↳ createdAt | string | Ad creation date |
↳ isNegotiable | boolean | Whether the price is negotiable |
↳ sellerName | string | Seller name |
↳ sellerPhone | string | Seller phone number |
total | number | Total number of ads found |
page | number | Current page number |
pageSize | number | Number of ads per page |
Get detailed information about a specific classified ad on Youla (Юла) by its ID. Returns full ad details including price, images, seller info, and description.
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
adId | string | Yes | No description |
| Parameter | Type | Description |
|---|
ad | object | Ad details |
↳ id | string | Ad ID |
↳ title | string | Ad title |
↳ description | string | Ad description |
↳ price | number | Price in rubles |
↳ currency | string | Currency code |
↳ category | string | Category name |
↳ city | string | City location |
↳ images | array | Image URLs |
↳ url | string | URL to ad on Youla |
↳ createdAt | string | Ad creation date |
↳ isNegotiable | boolean | Whether price is negotiable |
↳ sellerName | string | Seller name |
↳ sellerPhone | string | Seller phone number |
Get all classified ads from a specific user on Youla (Юла) by user ID.
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
userId | string | No | No description |
page | number | No | No description |
| Parameter | Type | Description |
|---|
items | array | List of user ads |
↳ id | string | Ad ID |
↳ title | string | Ad title |
↳ description | string | Ad description |
↳ price | number | Price in rubles |
↳ currency | string | Currency code |
↳ category | string | Category |
↳ city | string | City |
↳ images | array | Image URLs |
↳ url | string | URL to ad |
↳ createdAt | string | Creation date |
↳ isNegotiable | boolean | Whether price is negotiable |
↳ sellerName | string | Seller name |
↳ sellerPhone | string | Seller phone |
total | number | Total number of ads |