Skip to main content
POST
/
api
/
drom
/
catalog
/drom/catalog
curl --request POST \
  --url https://api.anysite.io/api/drom/catalog \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "catalog": "<string>",
  "timeout": 300
}
'
[
  {
    "url": "<string>",
    "@type": "@drom_catalog_spec",
    "title": "<string>",
    "brand": "<string>",
    "model": "<string>",
    "avg_used_price": "<string>",
    "engine_volume": "<string>",
    "power": 123,
    "fuel_consumption": "<string>",
    "fuel_type": "<string>",
    "transmission": "<string>",
    "drive": "<string>",
    "seats": "<string>",
    "doors": "<string>",
    "clearance": "<string>",
    "front_tires": "<string>",
    "rear_tires": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
catalog
string
required

Catalog model/complectation as a full Drom.ru catalog URL

Minimum string length: 1
Example:

"https://www.drom.ru/catalog/toyota/camry/119169/"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

url
string
required
@type
string
default:@drom_catalog_spec
title
string | null
brand
string | null
model
string | null
avg_used_price
string | null
engine_volume
string | null
power
integer | null
fuel_consumption
string | null
fuel_type
string | null
transmission
string | null
drive
string | null
seats
string | null
doors
string | null
clearance
string | null
front_tires
string | null
rear_tires
string | null