- User
- Scraping Browser
- Scraper API
- shopee
- br sites
- avnet
- arrow
- airline
- amazon
- temu
- google trends
- google flights
- 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
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