- 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
Shopee Search
POST
/api/v1/scraper/request
Last modified:2025-04-17 06:08:44
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Body Params application/json
actor
string
required
input
object
required
url
string
required
Example
{
"actor": "scraper.shopee",
"input": {
"url": "https://shopee.sg/api/v4/search/search_items?keyword=hp%201020%20toner&limit=30&newest=0&order=desc&page_type=search&scenario=page_global_search&version=2"
}
}
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 POST 'https://api.scrapeless.com/api/v1/scraper/request' \
--header 'Content-Type: application/json' \
--header 'x-api-token;' \
--data-raw '{
"actor": "scraper.shopee",
"input": {
"url": "https://shopee.sg/api/v4/search/search_items?keyword=hp%201020%20toner&limit=30&newest=0&order=desc&page_type=search&scenario=page_global_search&version=2"
}
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{ "count": 3171562, "data": { "bff_meta": null, "error": null, "error_msg": null, "reserved_keyword": null, "suggestion_algorithm": null, "algorithm": null, "total_count": 300, "nomore": false, "items": [ { "item_basic": { "itemid": 19044369472, "shopid": 105908307, "name": "Sữa Nan Úc - 800g Số 1/2/3 DATE 2025", "label_ids": [ 1000256, 1000260, 1000258, 1000255, 1000259, 1000262, 1000254, 1000257, 1000265, 1000268, 1000263, 1000269, 1000266, 1000267, 1000264, 1000270, 1000275, 1000277, 1000272, 1000276, 1000273, 1000271, 1000274, 1000278, 1000279, 1000878, 1009396, 1009763, 1013577, 1014184, 1015621, 1015839, 700025213, 700305063, 700300075, 844931064601283, 844931086908638, 298413316, 700485088, 997846094, 997846095, 700515034, 700520062, 700520081, 700520094, 298608329, 298628333, 1798604, 298628355, 1798627, 298628367, 1798648, 1803580, 298623320, 1803616, 298623392, 1803656, 1688758, 997921071, 700585084, 997916055, 700590083, 700585032, 1400525032, 1119699, 1718072998, 1400525087, 1400525088, 1718067957, 1718067959, 298648322, 1818612, 298648347, 1818625, 1400525063, 1818666, 298648396, 298648403, 997936090, 1718092934, 1718092939, 1718092941, 1400545041, 1400545042, 1400545051, 1718092984, 1718092998, 1718087943, 1718087991, 1718088012, 1818690, 1818753, 298643470, 1400545180, 1718093040, 1400545183, 1718093046, 1400545190, 1400545191, 1718093055, 1400545194, 1400545199, 1400545201, 1718093066, 1400545204, 1718093072, 1718088039, 1718088043, 1718088079, 1718088123, 1718087960, 1428713, 1718088129, 1400550156, 700190087, 298643526, 1823772, 1823816, 1823818, 1823823, 1823838, 700605242, 700605256, 997941198, 700605272, 997936204, 997941225, 997941226, 997936232,
🟢201Task In Progress
🟠400Bad Request
Modified at 2025-04-17 06:08:44