Skip to main content
POST
/
api
/
goonet
/
listings
/goonet/listings
curl --request POST \
  --url https://api.anysite.io/api/goonet/listings \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "listing": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "GoonetListing",
    "brand": "<string>",
    "model": "<string>",
    "grade": "<string>",
    "body_type": "<string>",
    "price": 123,
    "total_price": 123,
    "currency": "<string>",
    "year": 123,
    "mileage": 123,
    "inspection": "<string>",
    "has_repair_history": true,
    "is_one_owner": true,
    "is_non_smoking": true,
    "is_unused": true,
    "has_maintenance_record": true,
    "transmission": "<string>",
    "drive": "<string>",
    "drive_layout": "<string>",
    "fuel": "<string>",
    "fuel_grade": "<string>",
    "displacement": 123,
    "doors": "<string>",
    "seats": 123,
    "color": "<string>",
    "wheel": "<string>",
    "prefecture_code": "<string>",
    "city_code": "<string>",
    "max_power": "<string>",
    "weight": "<string>",
    "dimensions": "<string>",
    "fuel_economy": "<string>",
    "turbocharger": "<string>",
    "cargo_bed_dimensions": "<string>",
    "import_route": "<string>",
    "is_import_certified": true,
    "is_eco_car": true,
    "monthly_payment": 123,
    "interior_rating": 123,
    "exterior_rating": 123,
    "engine_status": "<string>",
    "warranty": "<string>",
    "legal_maintenance": "<string>",
    "chassis_last_digits": "<string>",
    "equipment": [],
    "description": "<string>",
    "dealer": {
      "@type": "GoonetListingDealer",
      "id": "<string>",
      "name": "<string>",
      "address": "<string>",
      "phone": "<string>",
      "url": "<string>"
    },
    "image": "<string>",
    "images": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
listing
string
required

Listing as a full Goo-net listing URL

Minimum string length: 1
Example:

"https://www.goo-net.com/usedcar/spread/goo/17/700100218030260415003.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:GoonetListing
brand
string | null
model
string | null
grade
string | null
body_type
string | null
price
number | null
total_price
number | null
currency
string | null
year
integer | null
mileage
integer | null
inspection
string | null
has_repair_history
boolean | null
is_one_owner
boolean | null
is_non_smoking
boolean | null
is_unused
boolean | null
has_maintenance_record
boolean | null
transmission
string | null
drive
string | null
drive_layout
string | null
fuel
string | null
fuel_grade
string | null
displacement
integer | null
doors
string | null
seats
integer | null
color
string | null
wheel
string | null
prefecture_code
string | null
city_code
string | null
max_power
string | null
weight
string | null
dimensions
string | null
fuel_economy
string | null
turbocharger
string | null
cargo_bed_dimensions
string | null
import_route
string | null
is_import_certified
boolean | null
is_eco_car
boolean | null
monthly_payment
number | null
interior_rating
integer | null
exterior_rating
integer | null
engine_status
string | null
warranty
string | null
chassis_last_digits
string | null
equipment
string[]
description
string | null
dealer
object
image
string | null
images
string[]