@pipedream/scrapingant
Version:
Pipedream ScrapingAnt Components
127 lines (125 loc) • 1.79 kB
JavaScript
export default {
PROXY_COUNTRIES: [
{
label: "World",
value: "",
},
{
label: "Brazil",
value: "BR",
},
{
label: "Canada",
value: "CA",
},
{
label: "China",
value: "CN",
},
{
label: "Czech Republic",
value: "CZ",
},
{
label: "France",
value: "FR",
},
{
label: "Germany",
value: "DE",
},
{
label: "Hong Kong",
value: "HK",
},
{
label: "India",
value: "IN",
},
{
label: "Indonesia",
value: "ID",
},
{
label: "Italy",
value: "IT",
},
{
label: "Israel",
value: "IL",
},
{
label: "Japan",
value: "JP",
},
{
label: "Netherlands",
value: "NL",
},
{
label: "Poland",
value: "PL",
},
{
label: "Russia",
value: "RU",
},
{
label: "Saudi Arabia",
value: "SA",
},
{
label: "Singapore",
value: "SG",
},
{
label: "South Korea",
value: "KR",
},
{
label: "Spain",
value: "ES",
},
{
label: "United Kingdom",
value: "GB",
},
{
label: "United Arab Emirates",
value: "AE",
},
{
label: "USA",
value: "US",
},
{
label: "Vietnam",
value: "VN",
},
],
PROXY_TYPES: [
{
label: "Residential",
value: "residential",
},
{
label: "Datacenter",
value: "datacenter",
},
],
RESOURCE_TYPES: [
"document",
"stylesheet",
"image",
"media",
"font",
"script",
"texttrack",
"xhr",
"fetch",
"eventsource",
"websocket",
"manifest",
"other",
],
};