-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntuned.jsonc
More file actions
46 lines (46 loc) · 953 Bytes
/
Intuned.jsonc
File metadata and controls
46 lines (46 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"apiAccess": {
"enabled": true
},
"authSessions": {
"enabled": true,
"type": "API",
"saveTraces": true
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard"
},
"proxy": {
"enabled": false
},
"headful": true,
"captchaSolver": {
"enabled": true,
"cloudflare": {
"enabled": true
},
"settings": {
"autoSolve": true,
"maxRetries": 4
}
},
"stealthMode": {
"enabled": true
},
"metadata": {
"template": {
"name": "captcha-solving-auth",
"description": "E-commerce scraper with captcha solving and auth sessions",
"tags": ["captcha", "auth-sessions"]
},
"defaultRunPlaygroundInput": {
"apiName": "details",
"parameters": {
"name": "Mach Street Sweatshirt",
"price": "$62",
"details_url_item": "https://scrapingcourse.com/ecommerce/product/mach-street-sweatshirt"
}
}
}
}