Scrapeless API
Dashboard
Dashboard
  1. User
  • User
    • Get User Info
      GET
  • Scraping Browser
    • CDP API
    • Connect
      WSS
  • Scraper API
    • shopee
      • Actor List
      • Shopee Product
      • Shopee Search
      • Shopee Rcmd
    • br sites
      • Solucoes cnpjreva
      • Solucoes certidaointernet
      • Servicos receita
      • Consopt
    • avnet
      • Product detail
    • arrow
      • Product Search
    • airline
      • iberia
        • Iberia
      • expedia
        • Expedia
      • kayak
        • Kayak
    • amazon
      • API Parameters
      • product
      • seller
      • keywords
    • temu
      • Temu
    • google trends
      • API Parameters
      • AutoComplete
      • Interest Over Time
      • Compared Breakdown By Region
      • Interest By Subregion
      • Related Queries
      • Related Topics
      • Trending Now
    • google flights
      • API Parameters
      • Round trip
      • One way
      • Multi-city
    • google flights chart
      • API Parameters
      • chart
    • google search
      • API Parameters
      • Google Search
    • google maps
      • API Parameters(Google Maps)
      • API Parameters(Google Maps Autocomplete)
      • API Parameters(Google Maps Contributor Reviews)
      • API Parameters(Google Maps Directions)
      • API Parameters(Google Maps Reviews)
      • Google Maps
      • Google Maps Autocomplete
      • Google Maps Contributor Reviews
      • Google Maps Directions
      • Google Maps Reviews
    • google scholar
      • API Parameters(Google Scholar)
      • API Parameters(Google Scholar Author)
      • API Parameters(Google Scholar Cite)
      • API Parameters(Google Scholar Profiles)
      • Google Scholar
      • Google Scholar Author
      • Google Scholar Cite
      • Google Scholar Profiles
    • google jobs
      • API Parameters
      • Google Jobs
    • google shopping
      • API Parameters
      • Google Shopping
    • google hotels
      • API Parameters
      • Supported Google Vacation Rentals Property Types
      • Supported Google Hotels Property Types
      • Supported Google Vacation Rentals Amenities
      • Supported Google Hotels Amenities
      • Google Hotels
    • google news
      • API Parameters
      • Google News
    • google lens
      • API Parameters
      • Google Lens
    • google finance
      • API Parameters
      • Google Finance
      • Google Finance Markets
    • google product
      • API Parameters
      • Google Product
    • google play store
      • API Parameters
      • Supported Google Play Categories
      • Google Play Games
      • Google Play Books
      • Google Play Movies
      • Google Play Product
      • Google Play Apps
    • google ads
      • API Parameters
      • Google Ads
    • mouser
      • mouser
    • Scraper Request
      POST
    • Scraper Getresult
      GET
  • Web Unlocker
    • JS Render Docs
    • JS Render
    • Web Unlocker
    • Akamaiweb Cookie
    • Akamaiweb Sensor
  • Public
    • actor status
    • actor status
  1. User

Get User Info

GET
/api/v1/me
Last modified:2024-11-26 04:00:29
Retrieve basic information about the currently authenticated user, including their account balance and subscription plan details.

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' \
--header 'x-api-token;'

Responses

🟢200Success
application/json
Body
credits
string 
required
The user's account balance as a string.
excessCredits
string 
required
The user's remaining credits (if applicable), as a string.
plan
object 
required
Details about the user's subscription plan.
credits
string 
required
Remaining balance within the subscription plan, as a string.
endAt
string 
required
Subscription plan expiry date in ISO 8601 format.
price
integer 
required
The price of the subscription plan, as a number.
status
integer 
required
The status of the subscription plan (0 for inactive).
usage
integer 
required
The current usage of the subscription plan, as a number.
status
integer 
required
General user status (1 for active users).
userId
string 
required
The unique identifier of the user.
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
Next
CDP API
Built with