{
	"info": {
		"_postman_id": "66131378-d84c-46ce-89a1-097fb5100108",
		"name": "eCommerce Scraper API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "AliExpress",
			"item": [
				{
					"name": "AliExpress Product",
					"item": [
						{
							"name": "AliExpress Product: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"aliexpress_product\", \n    \"query\": \"1234567\"\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "AliExpress Product: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"aliexpress_product\", \n    \"query\": \"1234567\",\n    \"callback_url\": \"https://your-callba.ck/url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "AliExpress URLs",
					"item": [
						{
							"name": "AliExpress URLs: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"aliexpress\", \n    \"url\": \"https://www.aliexpress.com/item/32980572701.html\"\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "AliExpress URLs: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"aliexpress\", \n    \"url\": \"https://www.aliexpress.com/item/32980572701.html\",\n    \"callback_url\": \"https://your-callba.ck/url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				}
			]
		},
		{
			"name": "Amazon",
			"item": [
				{
					"name": "Amazon Best Sellers",
					"item": [
						{
							"name": "Amazon Best Sellers: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"amazon_bestsellers\", \n    \"domain\": \"com\", \n    \"query\": \"Clothing, Shoes & Jewelry\", \n    \"start_page\": 2, \n    \"parse\": true, \n    \"context\": [\n        {\n            \"key\": \"category_id\",\n            \"value\": \"6127770011\"\n        }]\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Amazon Best Sellers: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n{\n    \"source\": \"amazon_bestsellers\", \n    \"domain\": \"com\", \n    \"query\": \"Clothing, Shoes & Jewelry\", \n    \"start_page\": 2, \n    \"parse\": true, \n    \"context\": [\n        {\n            \"key\": \"category_id\",\n            \"value\": \"6127770011\"\n        }],\n\t\"callback_url\": \"https://your.callback.url\"\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Amazon Pricing",
					"item": [
						{
							"name": "Amazon Pricing: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"amazon_pricing\", \n\t\"domain\": \"com\", \n\t\"query\": \"B0106JK7S4\",\n\t\"geo_location\": \"10005\",\n\t\"parse\": true\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Amazon Pricing: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"amazon_pricing\", \n\t\"domain\": \"com\", \n\t\"query\": \"B0106JK7S4\",\n\t\"geo_location\": \"10005\",\n\t\"parse\": true,\n\t\"callback_url\": \"https://your.callback.url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Amazon Product",
					"item": [
						{
							"name": "Amazon Product: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"amazon_product\", \n\t\"domain\": \"com\", \n\t\"query\": \"B0106JK7S4\",\n\t\"parse\": true,\n\t\"geo_location\": \"10005\",\n\t\"callback_url\": \"https://your.callback.url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Amazon Product: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"amazon_product\", \n\t\"domain\": \"com\", \n\t\"query\": \"B0106JK7S4\",\n\t\"parse\": true,\n\t\"geo_location\": \"10005\",\n\t\"callback_url\": \"https://your.callback.url\"\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Amazon Questions & Answers",
					"item": [
						{
							"name": "Amazon Questions & Answers: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"amazon_questions\", \n\t\"domain\": \"com\", \n\t\"query\": \"B0106JK7S4\",\n\t\"parse\": true,\n\t\"callback_url\": \"https://your.callback.url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Amazon Questions & Answers: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"amazon_questions\", \n\t\"domain\": \"com\", \n\t\"query\": \"B0106JK7S4\",\n\t\"parse\": true,\n\t\"callback_url\": \"https://your.callback.url\"\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Amazon Reviews",
					"item": [
						{
							"name": "Amazon Reviews: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"amazon_reviews\", \n\t\"domain\": \"com\", \n\t\"query\": \"B0106JK7S4\",\n\t\"parse\": true,\n\t\"callback_url\": \"https://your.callback.url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Amazon Reviews: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"amazon_reviews\", \n\t\"domain\": \"com\", \n\t\"query\": \"B0106JK7S4\", \n\t\"parse\": true,\n\t\"callback_url\": \"https://your.callback.url\"\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Amazon Search",
					"item": [
						{
							"name": "Amazon Search: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"amazon_search\", \n\t\"domain\": \"com\", \n\t\"query\": \"adidas\", \n\t\"start_page\": 2, \n\t\"pages\": 2, \n\t\"parse\": true,\n\t\"geo_location\": \"CH\",\n\t\"callback_url\": \"https://your.callback.url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Amazon Search: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"amazon_search\", \n\t\"domain\": \"nl\", \n\t\"query\": \"adidas\", \n\t\"start_page\": 2, \n\t\"pages\": 2, \n\t\"parse\": true,\n\t\"geo_location\": \"10005\"\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Amazon Sellers",
					"item": [
						{
							"name": "Amazon Sellers: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"amazon_sellers\",\n\t\"domain\": \"com\",\n\t\"parse\": true,\n\t\"query\": \"A15D83DEZZP553\"\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Amazon Sellers: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"amazon_sellers\",\t\n\t\"query\": \"A15D83DEZZP553\",\t\n\t\"domain\": \"com\",\n\t\"parse\": true,\n\t\"callback_url\": \"https://your.callback.url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Amazon URLs",
					"item": [
						{
							"name": "Amazon URLs: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"amazon\", \n\t\"url\": \"https://www.amazon.co.uk/dp/B07H2R2N2X\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Amazon URLs: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"amazon\", \n\t\"url\": \"https://www.amazon.co.uk/dp/B07H2R2N2X\"\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				}
			]
		},
		{
			"name": "Google Shopping",
			"item": [
				{
					"name": "Google Shopping Product",
					"item": [
						{
							"name": "Google Shopping Product: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"google_shopping_product\", \n    \"domain\": \"com\", \n    \"query\": \"5007040952399054528\",\n    \"parse\": true\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Google Shopping Product: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"google_shopping_product\", \n    \"domain\": \"com\", \n    \"query\": \"5007040952399054528\",\n    \"parse\": true,\n    \"callback_url\": \"https://your-callba.ck/url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Google Shopping Pricing",
					"item": [
						{
							"name": "Google Shopping Product Pricing: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"google_shopping_pricing\", \n\t\"domain\": \"com\", \n\t\"query\": \"5007040952399054528\",\n\t\"parse\": true\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Google Shopping Pricing: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"google_shopping_pricing\", \n\t\"domain\": \"com\", \n\t\"query\": \"5007040952399054528\",\n\t\"parse\": true,\n    \"callback_url\": \"https://your-callba.ck/url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Google Shopping Search",
					"item": [
						{
							"name": "Google Shopping Search: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"source\": \"google_shopping_search\", \n\t\"domain\": \"com\", \n\t\"query\": \"adidas\", \n\t\"pages\": 4,\n\t\"context\": [\n\t\t{\n\t\t\t\"key\": \"sort_by\", \"value\": \"pd\"\n\t\t\t\n\t\t}, \n\t\t{\n\t\t\t\"key\": \"min_price\", \"value\": 20\n\t\t\t\n\t\t}\n\t\t]\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Google Shopping Search: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"google_shopping_search\", \n    \"domain\": \"com\", \n    \"query\": \"adidas\", \n    \"pages\": 4, \n    \"parse\": true,\n    \"context\": [\n        {\n            \"key\": \"sort_by\", \n            \"value\": \"pd\"\n        },\n        {\n            \"key\": \"min_price\", \n            \"value\": 20\n        }],\n    \"callback_url\": \"https://your-callba.ck/url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Google Shopping URL",
					"item": [
						{
							"name": "Google Shopping URL: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"google\", \n    \"url\": \"https://www.google.com/search?tbm=shop&q=adidas&hl=en\", \n    \"geo_location\": \"New York,New York,United States\",\n    \"parse\": true\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Google Shopping URL: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"google\", \n    \"url\": \"https://www.google.com/search?tbm=shop&q=adidas&hl=en\", \n    \"geo_location\": \"New York,New York,United States\",\n    \"parse\": true,\n    \"callback_url\": \"https://your-callba.ck/url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				}
			]
		},
		{
			"name": "Idealo",
			"item": [
				{
					"name": "Idealo URLs",
					"item": [
						{
							"name": "Idealo URLs: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"idealo\", \n    \"url\": \"https://www.idealo.com/keyword.php?keyword=sofa\"\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Idealo URLs: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"idealo\", \n    \"url\": \"https://www.idealo.com/keyword.php?keyword=sofa\",\n    \"callback_url\": \"https://your-callba.ck/url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Idealo Product",
					"item": [
						{
							"name": "Idealo Product: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"idealo_product\", \n    \"query\": \"1234567\"\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Idealo Product: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"idealo_product\", \n    \"query\": \"1234567\",\n    \"callback_url\": \"https://your-callba.ck/url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Idealo Search",
					"item": [
						{
							"name": "Idealo Search: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"idealo_search\", \n    \"query\": \"sofa\", \n    \"start_page\": 2, \n    \"pages\": 4\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Idealo Search: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"idealo_search\", \n    \"query\": \"sofa\", \n    \"start_page\": 2, \n    \"pages\": 4,\n    \"callback_url\": \"https://your-callba.ck/url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				}
			]
		},
		{
			"name": "Other domains (universal_ecommerce)",
			"item": [
				{
					"name": "Showcase of all parameters",
					"item": [
						{
							"name": "Showcase of all parameters: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"universal_ecommerce\", \n    \"url\": \"https://books.toscrape.com/catalogue/a-light-in-the-attic_1000/index.html\", \n    \"user_agent_type\": \"desktop\",\n    \"geo_location\": \"United States\",\n    \"parse\": true,\n    \"parser_type\": \"ecommerce_product\", \n    \"context\": [\n        {\n            \"key\": \"headers\", \n            \"value\": {\n                \"Accept-Language\": \"en-US\", \n                \"Content-Type\": \"application/octet-stream\", \n                \"Custom-Header-Name\": \"custom header content\"\n            }\n        }, \n        {\n            \"key\": \"cookies\", \n            \"value\": [\n                {\n                    \"key\": \"NID\", \n                    \"value\": \"1234567890\"\n                },\n                {\n                    \"key\": \"1P JAR\",\n                    \"value\": \"0987654321\"\n                }]\n        },\n        {\n            \"key\": \"follow_redirects\",\n            \"value\": true\n        },\n        {\n            \"key\": \"http_method\", \"value\": \"get\"\n        },\n        {\n            \"key\": \"content\",\n            \"value\": \"YmFzZTY0RW5jb2RlZFBPU1RCb2R5\"\n        },\n        {\n            \"key\": \"successful_status_codes\",\n            \"value\": [808, 909]\n        }],\n    \"callback_url\": \"https://your-callba.ck/url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Showcase of all parameters: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"universal_ecommerce\", \n    \"url\": \"https://books.toscrape.com/catalogue/a-light-in-the-attic_1000/index.html\", \n    \"user_agent_type\": \"desktop\",\n    \"geo_location\": \"United States\",\n    \"parse\": true,\n    \"parser_type\": \"ecommerce_product\", \n    \"context\": [\n        {\n            \"key\": \"headers\", \n            \"value\": {\n                \"Accept-Language\": \"en-US\", \n                \"Content-Type\": \"application/octet-stream\", \n                \"Custom-Header-Name\": \"custom header content\"\n            }\n        }, \n        {\n            \"key\": \"cookies\", \n            \"value\": [\n                {\n                    \"key\": \"NID\", \n                    \"value\": \"1234567890\"\n                },\n                {\n                    \"key\": \"1P JAR\",\n                    \"value\": \"0987654321\"\n                }]\n        },\n        {\n            \"key\": \"follow_redirects\",\n            \"value\": true\n        },\n        {\n            \"key\": \"http_method\", \"value\": \"get\"\n        },\n        {\n            \"key\": \"content\",\n            \"value\": \"YmFzZTY0RW5jb2RlZFBPU1RCb2R5\"\n        },\n        {\n            \"key\": \"successful_status_codes\",\n            \"value\": [808, 909]\n        }]\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					]
				}
			]
		},
		{
			"name": "Wayfair",
			"item": [
				{
					"name": "Wayfair Search",
					"item": [
						{
							"name": "Wayfair Search: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"wayfair_search\", \n    \"query\": \"sofa\", \n    \"start_page\": 2, \n    \"pages\": 4\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Wayfair Search: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"wayfair_search\", \n    \"query\": \"sofa\", \n    \"start_page\": 2, \n    \"pages\": 4,\n    \"callback_url\": \"https://your-callba.ck/url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Wayfair URLs",
					"item": [
						{
							"name": "Wayfair URLs: Realtime",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"wayfair\", \n    \"url\": \"https://www.wayfair.com/keyword.php?keyword=sofa\"\n}"
								},
								"url": {
									"raw": "https://realtime.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"realtime",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Wayfair URLs: Push-Pull",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"source\": \"wayfair\", \n    \"url\": \"https://www.wayfair.com/keyword.php?keyword=sofa\",\n    \"callback_url\": \"https://your-callba.ck/url\"\n}"
								},
								"url": {
									"raw": "https://data.oxylabs.io/v1/queries",
									"protocol": "https",
									"host": [
										"data",
										"oxylabs",
										"io"
									],
									"path": [
										"v1",
										"queries"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				}
			]
		}
	],
	"auth": {
		"type": "basic",
		"basic": [
			{
				"key": "password",
				"value": "PASSWORD",
				"type": "string"
			},
			{
				"key": "username",
				"value": "USERNAME",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}