Skip to main content
POST
/
api
/
goonet
/
dealers
/goonet/dealers
curl --request POST \
  --url https://api.anysite.io/api/goonet/dealers \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "dealer": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "GoonetDealer",
    "name": "<string>",
    "description": "<string>",
    "phone": "<string>",
    "address": "<string>",
    "prefecture_code": "<string>",
    "city_code": "<string>",
    "opening_hours": "<string>",
    "closed_days": "<string>",
    "rating": 123,
    "review_count": 123,
    "stock_count": 123,
    "rating_inquiry": 123,
    "rating_explanation": 123,
    "rating_delivery": 123,
    "rating_recommendation": 123,
    "image": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
dealer
string
required

Dealer shop id, or a full Goo-net dealer URL

Minimum string length: 1
Examples:

"1002180"

"https://www.goo-net.com/usedcar_shop/1002180/detail.html"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
url
string
required
@type
string
default:GoonetDealer
name
string | null
description
string | null
phone
string | null
address
string | null
prefecture_code
string | null
city_code
string | null
opening_hours
string | null
closed_days
string | null
rating
number | null
review_count
integer | null
stock_count
integer | null
rating_inquiry
number | null
rating_explanation
number | null
rating_delivery
number | null
rating_recommendation
number | null
image
string | null