- User
- Scraping Browser
- Scraping API
- shopee
- br sites
- amazon
- google search
- google trends
- google flights
- google flights chart
- google maps
- google scholar
- google jobs
- google shopping
- google hotels
- google news
- google lens
- google finance
- google product
- google play store
- google ads
- Scraper RequestPOST
- Scraper GetResultGET
- Universal Scraping API
- Crawler
- Public
Extension info
GET
/browser/extensions/{extensionId}
Last modified:2025-06-26 04:19:35
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params
extensionId
string
required
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/browser/extensions/' \
--header 'x-api-token;'
Responses
🟢200Success
application/json
Body
extensionId
string
optional
teamId
string
optional
manifestName
string
optional
name
string
optional
version
string
optional
Example
{
"extensionId": "db282b2a-4f74-4390-b1d7-08e4a5980333",
"teamId": "22227815-2450-41d7-9643-230f9dd51111",
"manifestName": "test",
"name": "test",
"version": "1.0.0"
}
Modified at 2025-06-26 04:19:35