- 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 list
GET
/browser/extensions/list
Last modified:2025-06-26 04:19:38
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/browser/extensions/list' \
--header 'x-api-token;'
Responses
🟢200Success
application/json
Body
array of:
extensionId
stringÂ
required
name
stringÂ
required
version
stringÂ
required
Example
[
{
"extensionId": "2acd38d1-dd7b-40d5-9a63-5568a434f633",
"name": "test",
"version": "1.0.0"
},
{
"extensionId": "41d8ac9d-8215-49f0-a817-b5a155737b22",
"name": "test2",
"version": "1.0.0"
}
]
Modified at 2025-06-26 04:19:38