Skip to main content
POST
/
api
/
autoscout24
/
dealers
/autoscout24/dealers
curl --request POST \
  --url https://api.anysite.io/api/autoscout24/dealers \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "dealer": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "AutoScout24Dealer",
    "alias": "<string>",
    "sell_id": "<string>",
    "name": "<string>",
    "culture": "<string>",
    "country_code": "<string>",
    "zip": "<string>",
    "city": "<string>",
    "street": "<string>",
    "phones": [],
    "homepage_url": "<string>",
    "contact_name": "<string>",
    "about": "<string>",
    "imprint": "<string>",
    "rating_count": 123,
    "rating_average": 123,
    "rating_stars": 123,
    "review_count": 123,
    "recommend_percentage": 123,
    "image": "<string>",
    "hero_image": "<string>",
    "additional_services": [],
    "listing_count": 123,
    "branches": [],
    "opening_hours": [],
    "contact_persons": [],
    "reviews": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
dealer
string
required

Dealer slug or a full AutoScout24 dealer page URL

Minimum string length: 1
Examples:

"stad-m"

"https://www.autoscout24.com/dealerinfo/stad-m"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:AutoScout24Dealer
alias
string | null
sell_id
string | null
name
string | null
culture
string | null
country_code
string | null
zip
string | null
city
string | null
street
string | null
phones
string[]
homepage_url
string | null
contact_name
string | null
about
string | null
imprint
string | null
rating_count
integer | null
rating_average
number | null
rating_stars
number | null
review_count
integer | null
recommend_percentage
integer | null
image
string | null
hero_image
string | null
additional_services
string[]
listing_count
integer | null
branches
object[]
opening_hours
object[]
contact_persons
object[]
reviews
object[]