Skip to main content
POST
/
api
/
goonet
/
dealers
/
search
/goonet/dealers/search
curl --request POST \
  --url https://api.anysite.io/api/goonet/dealers/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "city": "131016"
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "GoonetDealerCard",
    "name": "<string>",
    "description": "<string>",
    "address": "<string>",
    "opening_hours": "<string>",
    "closed_days": "<string>",
    "rating": 123,
    "review_count": 123,
    "stock_count": 123,
    "labels": [],
    "image": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
prefecture
enum<string>
required

Prefecture to list dealers in

Available options:
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47
count
integer
required

Max number of results to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
city
string | null

Municipality code within the prefecture

Example:

"131016"

Response

Successful Response

id
string
required
url
string
required
@type
string
default:GoonetDealerCard
name
string | null
description
string | null
address
string | null
opening_hours
string | null
closed_days
string | null
rating
number | null
review_count
integer | null
stock_count
integer | null
labels
string[]
image
string | null