Skip to content

Instantly share code, notes, and snippets.

@gvc
Created September 27, 2023 13:16
Show Gist options
  • Save gvc/b355def4313417667b3c25f51f834a3f to your computer and use it in GitHub Desktop.
Save gvc/b355def4313417667b3c25f51f834a3f to your computer and use it in GitHub Desktop.
gatsby-2023-09-27
// Creator: k6 Browser Recorder 0.6.2
import { sleep, group } from 'k6'
import http from 'k6/http'
export default function main() {
let response
group('page_1 - https://gatsby.vtex.app/', function () {
response = http.post(
'https://gatsby.vtex.app/api/graphql?operationName=ValidateCartMutation',
'{"operationName":"ValidateCartMutation","variables":{"session":{"currency":{"code":"USD","symbol":"$"},"locale":"en-US","channel":"{\\"salesChannel\\":\\"1\\",\\"regionId\\":\\"\\"}","country":"USA","postalCode":null,"person":null},"cart":{"order":{"orderNumber":"","acceptedOffer":[]}}}}',
{
headers: {
'content-type': 'application/json',
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.post(
'https://gatsby.vtex.app/api/graphql?operationName=ValidateSession',
'{"operationName":"ValidateSession","variables":{"session":{"currency":{"code":"USD","symbol":"$"},"locale":"en-US","channel":"{\\"salesChannel\\":\\"1\\",\\"regionId\\":\\"\\"}","country":"USA","postalCode":null,"person":null},"search":""}}',
{
headers: {
'content-type': 'application/json',
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.6)
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=BrowserProductQuery&variables=%7B%22locator%22%3A%5B%7B%22key%22%3A%22id%22%2C%22value%22%3A%2299988211%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A5%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22buy%22%2C%22value%22%3A%2299995944%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A5%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22view%22%2C%22value%22%3A%2299995944%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/favicon-32x32.png', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/echo-dot-smart-speaker-99988214/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.5)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/0b16ce2c7ffcfb84a76c483511ff2debe5c2f716-3b1a650cfa544ef75e7e.js',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/component---src-pages-slug-tsx.d214174c517ff51a84bd.css',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/component---src-pages-slug-tsx-e5158e961b2727bb7923.js',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.6)
response = http.get('https://gatsby.vtex.app/125.4f3004eb08b439451989.css', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get('https://gatsby.vtex.app/125-19370dfb4e2b36d3308d.js', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
sleep(3.5)
response = http.post(
'https://gatsby.vtex.app/api/graphql?operationName=ValidateSession',
'{"operationName":"ValidateSession","variables":{"session":{"currency":{"code":"USD","symbol":"$"},"locale":"en-US","channel":"{\\"salesChannel\\":\\"1\\",\\"regionId\\":\\"\\"}","country":"USA","postalCode":"94102","person":null},"search":""}}',
{
headers: {
'content-type': 'application/json',
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.post(
'https://gatsby.vtex.app/api/graphql?operationName=ValidateSession',
'{"operationName":"ValidateSession","variables":{"session":{"locale":"en-US","channel":"{\\"salesChannel\\":\\"1\\",\\"regionId\\":\\"v2.4325C29BA00E6470CBA54999680076F9\\"}","country":"USA","postalCode":"94102","currency":{"code":"USD","symbol":"$"},"person":null},"search":""}}',
{
headers: {
'content-type': 'application/json',
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.post(
'https://gatsby.vtex.app/api/graphql?operationName=ValidateCartMutation',
'{"operationName":"ValidateCartMutation","variables":{"session":{"locale":"en-US","channel":"{\\"salesChannel\\":\\"1\\",\\"regionId\\":\\"v2.4325C29BA00E6470CBA54999680076F9\\"}","country":"USA","postalCode":"94102","currency":{"code":"USD","symbol":"$"},"person":null},"cart":{"order":{"orderNumber":"","acceptedOffer":[]}}}}',
{
headers: {
'content-type': 'application/json',
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=BrowserProductQuery&variables=%7B%22locator%22%3A%5B%7B%22key%22%3A%22id%22%2C%22value%22%3A%2299988211%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A5%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22buy%22%2C%22value%22%3A%2299995944%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A5%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22view%22%2C%22value%22%3A%2299995944%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(1.1)
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
sleep(2.9)
response = http.get('https://gatsby.vtex.app/60.9626435cf165d7fd877e.css', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get('https://gatsby.vtex.app/60-7a05a4aedb5d76731509.js', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=SearchSuggestionsQuery&variables=%7B%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=TopSearchSuggestionsQuery&variables=%7B%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.6)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=SearchSuggestionsQuery&variables=%7B%22term%22%3A%22m%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=SearchSuggestionsQuery&variables=%7B%22term%22%3A%22mo%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=SearchSuggestionsQuery&variables=%7B%22term%22%3A%22mou%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=SearchSuggestionsQuery&variables=%7B%22term%22%3A%22mous%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=SearchSuggestionsQuery&variables=%7B%22term%22%3A%22mouse%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.6)
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/s/page-data.json?q=apple+magic+mouse&sort=score_desc&page=0',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/component---src-pages-s-tsx.07ed7c0a00bd885f0d05.css',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/component---src-pages-s-tsx-fb06263e0edf2b88c81f.js',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductGalleryQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22apple+magic+mouse%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.7)
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get('https://gatsby.vtex.app/390.fbc24aacf0e57bfc5aee.css', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get('https://gatsby.vtex.app/390-8b9d26e52b51d2462c04.js', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22apple+magic+mouse%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(1.2)
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=BrowserProductQuery&variables=%7B%22locator%22%3A%5B%7B%22key%22%3A%22id%22%2C%22value%22%3A%2299988212%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A5%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22buy%22%2C%22value%22%3A%2299995945%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A5%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22view%22%2C%22value%22%3A%2299995945%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/apple-magic-mouse-99988216/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.7)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=BrowserProductQuery&variables=%7B%22locator%22%3A%5B%7B%22key%22%3A%22id%22%2C%22value%22%3A%2299988216%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
sleep(5)
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductGalleryQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A5%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.9)
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%2212%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/refined-cotton-computer-21745225/p/page-data.json',
{
headers: {
dnt: '1',
origin: 'https://gatsby.vtex.app',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/incredible-frozen-chicken-93847921/p/page-data.json',
{
headers: {
dnt: '1',
origin: 'https://gatsby.vtex.app',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/tasty-fresh-car-85741809/p/page-data.json',
{
headers: {
dnt: '1',
origin: 'https://gatsby.vtex.app',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/handmade-steel-towels-practical-59331041/p/page-data.json',
{
headers: {
dnt: '1',
origin: 'https://gatsby.vtex.app',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.6)
response = http.get(
'https://gatsby.vtex.app/page-data/handmade-steel-towels-practical-59331041/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/refined-cotton-computer-21745225/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/tasty-fresh-car-85741809/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/incredible-frozen-chicken-93847921/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(2.2)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/computer---software/page-data.json?category-1=computer---software&price=144.00-to-992.00&facets=category-1%2Cprice&sort=score_desc&page=0',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductGalleryQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%2212%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.8)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%2212%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/computer---software/page-data.json?category-1=computer---software&price=144.00-to-992.00&category-2=smartphones&facets=category-1%2Cprice%2Ccategory-2&sort=score_desc&page=0',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductGalleryQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22category-2%22%2C%22value%22%3A%22smartphones%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%2212%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22category-2%22%2C%22value%22%3A%22smartphones%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(2)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22category-2%22%2C%22value%22%3A%22smartphones%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/computer---software/page-data.json?category-1=computer---software&price=144.00-to-992.00&category-2=smartphones&brand=brand&facets=category-1%2Cprice%2Ccategory-2%2Cbrand&sort=score_desc&page=0',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductGalleryQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22category-2%22%2C%22value%22%3A%22smartphones%22%7D%2C%7B%22key%22%3A%22brand%22%2C%22value%22%3A%22brand%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%2212%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22category-2%22%2C%22value%22%3A%22smartphones%22%7D%2C%7B%22key%22%3A%22brand%22%2C%22value%22%3A%22brand%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(1.2)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22category-2%22%2C%22value%22%3A%22smartphones%22%7D%2C%7B%22key%22%3A%22brand%22%2C%22value%22%3A%22brand%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/generic-frozen-hat-39563658/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(2.1)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/computer---software/page-data.json?category-1=computer---software&price=144.00-to-992.00&category-2=smartphones&brand=brand&facets=category-1%2Cprice%2Ccategory-2%2Cbrand&sort=name_asc&page=0',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductGalleryQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%220%22%2C%22sort%22%3A%22name_asc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22category-2%22%2C%22value%22%3A%22smartphones%22%7D%2C%7B%22key%22%3A%22brand%22%2C%22value%22%3A%22brand%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%2212%22%2C%22sort%22%3A%22name_asc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22category-2%22%2C%22value%22%3A%22smartphones%22%7D%2C%7B%22key%22%3A%22brand%22%2C%22value%22%3A%22brand%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.8)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%2212%22%2C%22sort%22%3A%22name_asc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22category-2%22%2C%22value%22%3A%22smartphones%22%7D%2C%7B%22key%22%3A%22brand%22%2C%22value%22%3A%22brand%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%220%22%2C%22sort%22%3A%22name_asc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22category-2%22%2C%22value%22%3A%22smartphones%22%7D%2C%7B%22key%22%3A%22brand%22%2C%22value%22%3A%22brand%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/awesome-frozen-fish-tasty-61456657/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/awesome-fresh-ball-intelligent-36674825/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(1.7)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/computer---software/page-data.json?category-1=computer---software&price=144.00-to-992.00&category-2=smartphones&brand=brand&facets=category-1%2Cprice%2Ccategory-2%2Cbrand&sort=name_asc&page=1',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.7)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/fantastic-rubber-computer-61161589/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%2212%22%2C%22sort%22%3A%22name_asc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22category-2%22%2C%22value%22%3A%22smartphones%22%7D%2C%7B%22key%22%3A%22brand%22%2C%22value%22%3A%22brand%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%2224%22%2C%22sort%22%3A%22name_asc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22category-2%22%2C%22value%22%3A%22smartphones%22%7D%2C%7B%22key%22%3A%22brand%22%2C%22value%22%3A%22brand%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/ergonomic-steel-bacon-handcrafted-41107046/p/page-data.json',
{
headers: {
dnt: '1',
origin: 'https://gatsby.vtex.app',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/ergonomic-concrete-tuna-6992459/p/page-data.json',
{
headers: {
dnt: '1',
origin: 'https://gatsby.vtex.app',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/ergonomic-concrete-shoes-3633292/p/page-data.json',
{
headers: {
dnt: '1',
origin: 'https://gatsby.vtex.app',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/ergonomic-rubber-car-sleek-38825263/p/page-data.json',
{
headers: {
dnt: '1',
origin: 'https://gatsby.vtex.app',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/fantastic-soft-keyboard-80178831/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/ergonomic-rubber-car-sleek-38825263/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/ergonomic-steel-bacon-handcrafted-41107046/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/ergonomic-concrete-shoes-3633292/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/generic-fresh-sausages-52131092/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/ergonomic-concrete-tuna-6992459/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.5)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/generic-soft-mouse-79684778/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.5)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/computer---software/page-data.json?category-1=computer---software&price=144.00-to-992.00&category-2=smartphones&brand=brand&facets=category-1%2Cprice%2Ccategory-2%2Cbrand&sort=name_asc&page=2',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%2236%22%2C%22sort%22%3A%22name_asc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22category-2%22%2C%22value%22%3A%22smartphones%22%7D%2C%7B%22key%22%3A%22brand%22%2C%22value%22%3A%22brand%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/gorgeous-granite-bacon-handcrafted-34341455/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A12%2C%22after%22%3A%2224%22%2C%22sort%22%3A%22name_asc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22category-1%22%2C%22value%22%3A%22computer---software%22%7D%2C%7B%22key%22%3A%22price%22%2C%22value%22%3A%22144.00-to-992.00%22%7D%2C%7B%22key%22%3A%22category-2%22%2C%22value%22%3A%22smartphones%22%7D%2C%7B%22key%22%3A%22brand%22%2C%22value%22%3A%22brand%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/gorgeous-soft-shirt-handmade-80951682/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/handcrafted-wooden-cheese-51851842/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/handcrafted-plastic-gloves-sleek-9438490/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.8)
response = http.get(
'https://gatsby.vtex.app/page-data/handcrafted-fresh-salad-46972105/p/page-data.json',
{
headers: {
dnt: '1',
origin: 'https://gatsby.vtex.app',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/handcrafted-plastic-gloves-sleek-9438490/p/page-data.json',
{
headers: {
dnt: '1',
origin: 'https://gatsby.vtex.app',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/handcrafted-wooden-chips-20658885/p/page-data.json',
{
headers: {
dnt: '1',
origin: 'https://gatsby.vtex.app',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/handcrafted-wooden-cheese-51851842/p/page-data.json',
{
headers: {
dnt: '1',
origin: 'https://gatsby.vtex.app',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/handcrafted-fresh-salad-46972105/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/handcrafted-wooden-chips-20658885/p/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/page-data/computer---software/page-data.json?category-1=computer---software&price=144.00-to-992.00&category-2=smartphones&brand=brand&facets=category-1%2Cprice%2Ccategory-2%2Cbrand&sort=name_asc&page=3',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(0.6)
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=BrowserProductQuery&variables=%7B%22locator%22%3A%5B%7B%22key%22%3A%22id%22%2C%22value%22%3A%229438490%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A5%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22buy%22%2C%22value%22%3A%2212002572%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/api/graphql?operationName=ProductsQuery&variables=%7B%22first%22%3A5%2C%22after%22%3A%220%22%2C%22sort%22%3A%22score_desc%22%2C%22term%22%3A%22%22%2C%22selectedFacets%22%3A%5B%7B%22key%22%3A%22view%22%2C%22value%22%3A%2212002572%22%7D%2C%7B%22key%22%3A%22channel%22%2C%22value%22%3A%22%7B%5C%22salesChannel%5C%22%3A%5C%221%5C%22%2C%5C%22regionId%5C%22%3A%5C%22v2.4325C29BA00E6470CBA54999680076F9%5C%22%7D%22%7D%2C%7B%22key%22%3A%22locale%22%2C%22value%22%3A%22en-US%22%7D%5D%7D',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get('https://gatsby.vtex.app/icons.svg', {
headers: {
dnt: '1',
'if-modified-since': 'Wed, 06 Sep 2023 17:05:15 GMT',
'if-none-match': 'W/"64f8b14b-c5b5"',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
sleep(1.3)
response = http.get(
'https://gatsby.vtex.app/page-data/computer---software/smartphones/page-data.json',
{
headers: {
dnt: '1',
origin: 'https://gatsby.vtex.app',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
response = http.get(
'https://gatsby.vtex.app/page-data/computer---software/smartphones/page-data.json',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
sleep(4.6)
response = http.get('https://gatsby.vtex.app/page-data/app-data.json', {
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
})
response = http.get(
'https://gatsby.vtex.app/component---src-pages-login-tsx-153e4aab8ad590874ba6.js',
{
headers: {
dnt: '1',
'sec-ch-ua': '"Chromium";v="117", "Not;A=Brand";v="8"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
},
}
)
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment