{
	"info": {
		"_postman_id": "e620c2cc-043f-4550-929d-27f81288a406",
		"name": "Web Scraper API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"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\", \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    \"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://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\", \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    \"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://realtime.oxylabs.io/v1/queries",
							"protocol": "https",
							"host": [
								"realtime",
								"oxylabs",
								"io"
							],
							"path": [
								"v1",
								"queries"
							]
						}
					},
					"response": []
				}
			]
		}
	],
	"auth": {
		"type": "basic"
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}