Skip to main content
POST
/
api
/
ai_based
/
newegg
/
laptops
/newegg/laptops
curl --request POST \
  --url https://api.anysite.io/api/ai_based/newegg/laptops \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "timeout": 300,
  "d": "laptop",
  "N": "4131",
  "page": "1",
  "count": "10"
}
'
{
  "name": "<unknown>",
  "price": "<unknown>",
  "description": "<unknown>",
  "url": "<unknown>"
}

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
d
string
default:laptop
N
string
default:4131
page
string
default:1
count
string
default:10

Response

Successful Response

name
any
required
price
any
description
any
url
any