- User
- Scraping Browser
- Scraper API
- shopee
- br sites
- avnet
- arrow
- airline
- amazon
- temu
- google trends
- google flights
- google flights chart
- google search
- google maps
- google scholar
- google jobs
- google shopping
- google hotels
- google news
- google lens
- google finance
- google product
- google play store
- google ads
- mouser
- Scraper RequestPOST
- Scraper GetresultGET
- Web Unlocker
- Public
- Async Tasks
Get User Info
GET
/api/v1/me
Last modified:2024-11-26 04:00:29
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.scrapeless.com/api/v1/me'
Responses
🟢200Success
application/json
Body
credits
string
required
excessCredits
string
required
plan
object
required
credits
string
required
endAt
string
required
price
integer
required
status
integer
required
usage
integer
required
status
integer
required
userId
string
required
Example
{
"credits": "82.1495994348",
"excessCredits": "0",
"plan": {
"credits": "0",
"endAt": "2099-12-31T23:59:59.999Z",
"price": 0,
"status": 0,
"usage": 0
},
"status": 1,
"userId": "fad03c7e-xxxx-xxxx-b066-ece80f03d5d5"
}
Modified at 2024-11-26 04:00:29