- 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
Upgrade extension
PUT
/browser/extensions/{extensionId}
Last modified:2025-06-26 04:19:30
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params
extensionId
string
required
Body Params multipart/form-data
name
string
required
Example:
test
file
file
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 PUT 'https://api.scrapeless.com/browser/extensions/' \
--header 'x-api-token;' \
--form 'name="test"' \
--form 'file=@""'
Responses
🟢200Success
application/json
Body
extensionId
string
optional
name
string
optional
Example
{
"extensionId": "2acd38d1-dd7b-40d5-9a63-5568a434f633",
"name": "test"
}
Modified at 2025-06-26 04:19:30