ETSY Crawler ๐ โญ5.0
Pricing
$35.00/month + usage
You can access the ETSY Crawler ๐ โญ5.0 programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโll need an Apify account and your API token, found in Integrations settings in Apify Console.
{ "openapi": "3.0.1", "info": { "version": "0.1", "x-build-id": "jLgvmR1nKBHos8XnE" }, "servers": [ { "url": "https://api.apify.com/v2" } ], "paths": { "/acts/jupri~etsy-scraper/run-sync-get-dataset-items": { "post": { "operationId": "run-sync-get-dataset-items-jupri-etsy-scraper", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } }, "/acts/jupri~etsy-scraper/runs": { "post": { "operationId": "runs-sync-jupri-etsy-scraper", "x-openai-isConsequential": false, "summary": "Executes an Actor and returns information about the initiated run in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/runsResponseSchema" } } } } } } }, "/acts/jupri~etsy-scraper/run-sync": { "post": { "operationId": "run-sync-jupri-etsy-scraper", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } } }, "components": { "schemas": { "inputSchema": { "type": "object", "properties": { "query": { "title": "โ Query", "type": "string", "description": "๐ก Search Terms or URL" }, "queries": { "title": "โ Query", "type": "array", "description": "๐ก Search Terms or URL", "items": { "type": "string" } }, "search_mode": { "title": "๐ Search Mode", "enum": [ "products", "shops" ], "type": "string", "description": "๐ก KEYWORD Search Mode" }, "limit": { "title": "โพ๏ธ Limit", "type": "integer", "description": "๐ก Number of results" }, "sort": { "title": "โพ๏ธ Sorting", "enum": [ "score", "created", "price_high", "price_low" ], "type": "string", "description": "" }, "location": { "title": "Shop Location", "enum": [ "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "VG", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "HR", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "EU", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IQ", "IE", "IM", "IL", "IT", "IC", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KV", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PL", "PT", "PR", "QA", "RE", "RO", "RW", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "KR", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "TW", "TJ", "TZ", "TH", "NL", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "VI", "UZ", "VU", "VE", "VN", "WF", "EH", "YE", "CD", "ZM", "ZW" ], "type": "string", "description": "๐ก Shop location" }, "delivery": { "title": "Delivery Location", "enum": [ "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "VG", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "HR", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "EU", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IQ", "IE", "IM", "IL", "IT", "IC", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KV", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PL", "PT", "PR", "QA", "RE", "RO", "RW", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "KR", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "TW", "TJ", "TZ", "TH", "NL", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "VI", "UZ", "VU", "VE", "VN", "WF", "EH", "YE", "CD", "ZM", "ZW" ], "type": "string", "description": "๐ก Delivery location" }, "region": { "title": "Region", "enum": [ "AF", "AL", "DZ", "AS", "AD", "AO", "AI", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "VG", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "HR", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IQ", "IE", "IM", "IL", "IT", "IC", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KV", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PL", "PT", "PR", "QA", "RE", "RO", "RW", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "KR", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "TW", "TJ", "TZ", "TH", "NL", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "VI", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "WF", "EH", "YE", "CD", "ZM", "ZW", "AX" ], "type": "string", "description": "๐ก Delivery location", "default": "US" }, "language": { "title": "Language", "enum": [ "de", "en-IN", "en-GB", "en-US", "es", "fr", "it", "nl", "pl", "pt", "ru", "ja" ], "type": "string", "description": "", "default": "en-US" }, "currency": { "title": "Currency", "enum": [ "AUD", "CAD", "HKD", "MXN", "NZD", "SGD", "USD", "MAD", "HUF", "CZK", "TWD", "ZAR", "BRL", "MYR", "IDR", "CHF", "DKK", "NOK", "SEK", "PLN", "GBP", "CNY", "JPY", "THB", "ILS", "VND", "EUR", "PHP", "INR", "TRY" ], "type": "string", "description": "", "default": "USD" }, "category": { "title": "Category", "enum": [ "1", "1728", "135", "2934", "1729", "1731", "6078", "1730", "2", "3", "4", "5", "10783", "603", "11276", "604", "6", "7", "8", "9", "13", "1761", "1760", "10", "6101", "11", "12449", "12", "1768", "2168", "14", "15", "12143", "12146", "12147", "12148", "12144", "12145", "16", "17", "18", "19", "20", "21", "22", "23", "2378", "24", "219", "220", "221", "12214", "222", "223", "1758", "12179", "12168", "12175", "12176", "12178", "6114", "224", "225", "2906", "12181", "12182", "12431", "226", "227", "11245", "25", "26", "27", "2535", "28", "29", "30", "2224", "2169", "1727", "31", "32", "2531", "2533", "2534", "2532", "11316", "2153", "2540", "11334", "2154", "33", "12417", "6080", "34", "1775", "1883", "1774", "35", "36", "37", "38", "164", "165", "166", "167", "39", "40", "41", "42", "43", "44", "45", "46", "6079", "47", "6065", "48", "49", "50", "51", "57", "2852", "52", "2851", "2216", "53", "2840", "54", "55", "56", "58", "11358", "59", "60", "61", "62", "63", "64", "65", "66", "1865", "67", "2848", "68", "2781", "2782", "2850", "2283", "69", "70", "71", "2541", "72", "73", "74", "1886", "2783", "2847", "1866", "1868", "1867", "1647", "1612", "2097", "2931", "2936", "2895", "1606", "1799", "1798", "1605", "1604", "75", "2070", "76", "77", "78", "79", "80", "81", "2808", "2809", "82", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "83", "6096", "104", "2889", "2885", "2887", "2811", "99", "100", "101", "102", "103", "105", "106", "107", "108", "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "2078", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "1732", "11327", "136", "137", "138", "139", "140", "141", "142", "143", "145", "146", "147", "148", "144", "2160", "1780", "1779", "2159", "149", "1700", "1703", "1707", "1704", "1705", "1706", "1709", "1708", "1701", "1702", "150", "151", "152", "153", "154", "155", "156", "157", "158", "159", "12430", "160", "11296", "161", "162", "163", "2863", "2864", "2865", "2866", "168", "169", "170", "171", "172", "173", "174", "175", "176", "177", "178", "179", "180", "181", "182", "183", "184", "185", "186", "187", "188", "1699", "189", "190", "191", "192", "193", "194", "195", "196", "197", "199", "200", "207", "201", "202", "12437", "203", "204", "205", "206", "208", "209", "210", "211", "212", "213", "214", "1710", "1717", "1713", "1711", "1714", "1712", "1715", "1716", "215", "216", "217", "218", "1718", "1723", "1726", "1720", "1725", "1759", "1719", "1722", "2932", "1721", "1724", "228", "229", "230", "231", "2810", "232", "233", "234", "235", "236", "237", "238", "239", "240", "241", "242", "246", "247", "243", "244", "245", "248", "249", "250", "251", "6100", "252", "253", "11297", "254", "255", "256", "2091", "2092", "257", "258", "259", "260", "261", "262", "263", "264", "265", "1995", "1992", "1994", "266", "267", "268", "269", "270", "271", "272", "273", "12138", "12139", "12140", "12114", "12112", "12137", "274", "11226", "11233", "275", "276", "277", "279", "280", "2339", "2337", "2338", "281", "2336", "2334", "2333", "2335", "282", "283", "284", "2003", "2001", "2002", "285", "286", "287", "288", "289", "290", "291", "292", "296", "297", "298", "300", "301", "299", "302", "303", "304", "305", "306", "6722", "307", "308", "309", "310", "311", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "322", "323", "324", "335", "12313", "336", "325", "326", "327", "328", "329", "12202", "2827", "331", "332", "333", "337", "2857", "338", "11368", "339", "340", "2007", "341", "342", "343", "2909", "344", "345", "346", "347", "2010", "2011", "2012", "2008", "2009", "2013", "349", "350", "351", "352", "353", "2854", "2853", "355", "356", "357", "358", "369", "359", "360", "361", "2026", "6068", "2035", "362", "363", "364", "2015", "2017", "2016", "2018", "365", "2404", "2405", "366", "367", "368", "2038", "2042", "370", "2099", "371", "12368", "12314", "12315", "12318", "12317", "12316", "372", "373", "374", "375", "377", "378", "379", "380", "381", "382", "383", "384", "6091", "385", "386", "6092", "387", "388", "389", "390", "391", "2187", "2188", "392", "11138", "11221", "11239", "393", "1819", "1820", "394", "2832", "395", "11212", "11213", "396", "376", "6089", "397", "398", "399", "11133", "11134", "11136", "11137", "11135", "11215", "400", "6090", "465", "467", "468", "469", "1853", "2202", "2142", "470", "1755", "1830", "1831", "471", "2836", "1754", "11166", "472", "476", "478", "479", "480", "482", "11165", "481", "11218", "2915", "484", "486", "487", "488", "489", "2122", "2123", "2124", "2125", "2126", "2127", "2129", "2132", "2133", "2136", "2137", "490", "1854", "2203", "491", "11244", "11222", "11242", "492", "1832", "1833", "493", "2837", "494", "11243", "495", "1848", "1847", "485", "496", "497", "498", "11173", "11169", "11170", "11171", "11172", "11219", "499", "11211", "401", "403", "404", "405", "406", "407", "408", "409", "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", "420", "11150", "11151", "421", "1851", "2200", "422", "11147", "11162", "11241", "423", "1821", "11182", "11183", "11184", "11185", "1822", "424", "2833", "425", "426", "427", "1846", "1845", "11240", "402", "428", "11204", "11205", "429", "430", "11140", "11154", "11141", "11143", "11144", "11142", "11216", "11145", "431", "11161", "11159", "11160", "11146", "12322", "12339", "12340", "12334", "12333", "12336", "12337", "12338", "12323", "12453", "12321", "12324", "12326", "12327", "12328", "12329", "12330", "12331", "432", "434", "11132", "435", "1852", "2201", "436", "2826", "437", "11224", "11131", "438", "439", "440", "441", "442", "443", "2834", "444", "445", "446", "447", "449", "11110", "448", "11217", "450", "451", "452", "453", "454", "433", "455", "1826", "1825", "456", "457", "458", "459", "460", "461", "462", "1829", "1827", "1828", "463", "464", "2838", "2839", "500", "11112", "502", "547", "11113", "503", "11114", "504", "505", "506", "1855", "2198", "507", "508", "509", "510", "511", "512", "514", "515", "513", "516", "517", "1751", "1750", "519", "520", "521", "11229", "11231", "11230", "522", "523", "524", "525", "526", "527", "528", "529", "530", "531", "532", "533", "11177", "11178", "11176", "534", "1836", "1835", "2835", "535", "1837", "1838", "536", "537", "538", "539", "11117", "11116", "540", "541", "542", "543", "544", "545", "546", "501", "548", "549", "550", "11111", "551", "552", "11118", "11120", "11124", "11121", "11122", "11119", "553", "554", "555", "1839", "1840", "556", "557", "2904", "559", "11115", "558", "11214", "560", "561", "562", "9317", "7075", "7151", "7560", "9356", "7559", "7566", "7153", "7565", "7557", "7563", "7558", "7094", "7283", "9628", "8041", "8039", "8038", "8037", "8040", "8034", "8765", "8759", "8758", "8757", "9619", "8760", "8766", "9621", "8036", "8762", "8761", "8763", "8035", "9625", "8771", "9622", "8767", "8769", "8768", "8770", "9624", "9627", "9626", "9623", "7284", "9587", "8045", "8044", "8046", "8042", "8774", "8772", "8775", "8773", "8043", "8776", "9586", "8777", "8783", "8778", "9585", "8784", "8779", "8781", "8782", "8780", "8785", "7285", "8050", "8048", "8047", "8055", "8053", "8052", "9146", "8049", "8051", "9629", "7096", "7305", "7303", "7298", "7297", "7308", "7306", "7307", "7302", "9683", "9684", "7304", "9685", "9686", "9688", "9692", "9689", "9691", "7074", "7149", "8464", "8465", "7552", "7554", "8462", "8466", "7147", "7536", "8420", "8419", "9500", "7538", "7539", "7537", "9498", "8430", "8421", "8995", "8997", "8996", "8994", "8422", "8429", "8428", "8427", "8425", "9497", "8423", "9496", "8431", "7148", "10837", "9506", "7550", "9503", "9504", "7548", "9505", "7543", "8999", "8446", "8444", "8998", "8447", "7542", "9502", "8439", "8441", "8440", "9501", "7547", "8454", "8455", "7541", "8432", "8438", "9149", "8435", "8436", "8433", "8434", "7546", "8453", "8452", "7544", "8451", "8450", "8449", "7549", "9507", "8458", "8459", "8460", "8457", "8456", "7076", "7156", "7569", "8493", "8492", "9150", "9170", "9171", "9215", "9659", "9658", "8491", "8494", "8488", "9000", "8490", "8489", "9002", "9001", "8487", "9660", "9662", "7575", "7572", "7573", "7570", "8496", "8500", "8497", "8498", "7567", "8477", "8474", "8469", "8470", "8475", "8473", "8472", "8471", "8476", "7571", "7568", "8486", "8483", "8479", "8481", "8480", "8485", "8484", "9653", "9655", "8478", "8482", "9654", "7159", "7593", "8537", "8534", "8533", "7597", "7594", "8540", "8541", "8538", "8542", "7595", "8543", "8549", "8547", "8545", "7157", "7577", "9668", "8509", "8510", "8511", "9669", "7583", "7580", "7581", "7578", "8516", "8514", "8518", "8519", "8517", "8512", "7579", "7576", "8502", "8503", "8501", "8504", "9005", "9004", "9664", "8505", "7158", "7590", "7588", "7586", "7587", "7584", "8522", "8520", "8521", "7585", "8530", "8528", "8525", "8526", "9674", "9209", "9671", "8529", "8527", "9673", "7161", "7613", "8552", "8554", "8553", "8551", "8555", "7615", "7614", "8558", "8556", "9681", "7160", "7601", "7602", "7603", "7605", "9679", "9319", "7295", "7293", "9341", "7287", "9320", "9342", "7289", "7292", "7291", "7290", "7288", "9343", "9344", "9345", "9346", "9347", "9348", "9349", "7108", "7431", "7423", "12238", "8356", "8357", "8358", "7421", "7428", "7422", "7424", "9459", "7429", "9206", "8366", "8369", "8367", "8361", "8363", "8989", "8988", "8368", "8364", "8362", "8365", "7427", "9458", "7426", "9449", "9452", "9451", "9450", "9453", "7419", "8341", "8943", "8944", "8945", "8946", "8354", "8342", "8948", "8950", "8951", "8949", "8981", "9448", "8343", "8967", "8349", "8982", "8985", "8351", "8975", "8347", "8976", "8977", "8346", "8955", "8956", "8952", "8953", "9443", "9444", "8957", "8954", "8355", "8986", "8350", "8971", "8972", "8974", "8973", "7425", "9440", "7091", "7261", "8017", "8018", "8019", "9720", "7265", "7267", "7264", "7266", "7259", "7996", "7995", "7993", "8749", "9698", "8753", "8750", "8751", "8748", "8752", "9715", "9717", "9716", "9719", "7260", "8014", "9699", "9700", "8015", "9702", "8005", "8008", "7998", "9701", "7997", "8004", "9705", "8010", "8003", "9708", "8006", "9709", "8007", "9710", "8013", "9714", "8754", "8756", "9711", "9712", "8755", "9703", "9704", "8001", "7999", "8000", "7262", "8016", "7263", "9318", "7106", "7395", "8317", "8319", "8318", "8321", "8323", "8320", "8322", "7407", "9411", "7405", "9414", "7397", "8325", "8326", "9417", "8328", "8327", "9419", "9416", "8324", "9418", "9415", "7412", "9412", "7406", "7404", "9413", "9262", "9420", "7396", "7400", "7401", "7408", "9422", "7398", "7403", "7402", "7399", "7104", "7361", "7369", "7362", "7363", "7366", "8208", "8209", "9591", "7367", "8211", "8210", "8212", "8862", "8860", "8861", "8213", "7360", "8200", "8195", "9207", "8197", "8203", "8198", "8849", "8841", "8847", "9086", "9087", "9085", "8848", "8844", "8840", "9078", "9080", "9081", "9083", "9079", "9082", "9213", "8843", "8842", "8846", "8850", "8845", "9208", "8201", "8853", "8854", "8855", "8859", "8857", "8856", "8858", "8204", "8202", "8199", "8196", "7359", "9595", "7374", "7370", "7372", "7371", "7357", "8190", "9588", "9589", "8192", "8194", "8839", "8838", "12488", "8189", "8831", "8826", "8832", "8827", "8828", "8829", "8833", "8825", "8834", "8830", "8824", "8193", "8191", "8837", "9590", "7375", "8253", "8248", "8247", "8909", "8250", "8912", "8911", "8910", "8913", "8249", "8251", "8926", "8917", "8918", "8922", "9088", "9089", "8915", "8914", "8924", "8925", "8916", "8921", "8919", "8923", "8920", "8252", "7364", "7365", "8206", "8207", "7368", "8238", "8902", "8219", "8222", "9222", "8223", "8864", "8867", "8868", "8865", "8870", "9592", "8869", "8866", "8863", "8871", "8227", "8883", "8882", "8885", "8221", "8233", "8893", "8896", "8231", "8229", "8892", "8890", "8891", "8230", "8235", "8897", "8217", "8237", "8899", "8898", "8900", "8214", "8218", "8220", "8216", "8228", "8889", "8888", "8887", "8886", "8226", "8877", "8878", "8879", "9594", "8876", "8225", "9593", "8874", "8875", "8873", "8236", "8224", "7373", "8244", "8907", "8908", "8243", "8906", "8904", "8905", "8246", "8242", "9223", "7358", "9246", "9428", "9430", "9431", "9244", "9245", "9429", "9247", "7109", "7433", "9252", "7436", "7437", "7438", "9253", "7439", "9427", "7435", "8376", "9255", "8377", "9426", "9256", "9257", "9425", "9258", "9423", "9260", "7434", "9424", "8378", "9259", "9261", "9309", "9436", "7175", "7173", "7174", "7168", "9310", "7688", "7687", "8617", "9433", "7686", "7684", "7685", "7682", "7681", "7689", "7680", "9434", "7172", "7711", "7713", "7709", "7712", "7170", "9435", "7692", "7694", "7695", "7696", "7697", "7690", "7699", "7700", "7701", "9314", "7105", "7391", "7387", "8293", "8942", "8941", "8294", "8296", "8297", "8298", "7394", "7388", "8304", "8300", "8299", "8302", "8305", "8303", "9224", "8301", "7384", "8285", "8286", "8287", "8288", "7393", "9609", "9608", "7380", "7378", "8261", "9605", "8262", "8263", "8264", "8259", "8257", "8265", "8266", "8258", "8256", "8267", "8268", "8260", "9604", "9144", "7382", "7383", "8277", "8269", "8280", "8282", "9606", "9607", "8274", "8935", "8937", "8932", "8930", "9210", "8931", "8933", "8936", "8934", "8270", "8276", "9225", "8275", "8938", "8939", "8940", "8271", "8272", "8273", "9214", "8283", "8284", "8279", "8281", "7376", "7390", "8313", "8314", "8307", "8312", "8315", "8309", "8316", "8311", "7389", "7379", "7385", "9226", "8290", "8292", "8291", "8289", "7386", "7377", "7077", "7070", "7111", "9165", "7448", "7450", "7451", "7452", "7453", "9353", "7113", "7114", "7110", "7440", "7441", "8379", "8380", "8381", "7442", "7443", "7456", "8395", "8396", "8397", "7444", "7445", "7446", "7112", "7462", "9351", "7454", "8382", "8388", "8389", "8391", "8992", "8990", "8383", "8384", "8385", "7459", "8404", "8402", "8403", "9350", "7457", "7455", "8392", "8394", "8393", "7458", "8401", "8399", "7166", "7660", "7667", "9367", "7654", "9369", "9219", "7663", "9371", "9370", "7662", "9372", "7655", "9368", "9373", "9374", "7658", "9375", "7657", "9377", "7659", "9376", "7665", "7664", "7165", "7650", "7645", "7648", "7162", "7619", "7618", "7620", "7167", "7677", "7670", "7674", "7673", "7672", "7163", "7623", "8560", "9009", "9008", "9007", "8561", "9152", "8559", "7627", "8601", "8599", "8600", "8596", "8603", "8595", "8604", "8593", "8605", "8592", "8598", "8594", "9362", "9361", "8591", "8602", "7624", "8563", "8562", "9013", "9012", "9363", "7632", "7629", "7631", "7626", "8579", "8588", "8575", "8587", "8590", "8583", "8589", "8578", "9145", "8582", "8586", "8576", "8580", "7628", "8607", "8608", "8609", "7630", "7625", "8571", "8568", "9024", "9025", "9023", "9020", "9021", "9026", "9019", "9022", "8569", "9360", "8573", "8567", "9357", "9016", "9017", "9015", "9161", "9162", "9014", "9155", "9160", "9157", "9156", "9158", "9159", "9018", "7164", "9364", "7634", "7635", "7640", "7637", "7636", "8613", "8610", "8612", "8611", "7638", "7633", "7639", "8615", "7103", "7355", "9486", "9487", "9488", "9489", "9483", "9485", "9476", "9477", "9482", "9478", "9480", "9479", "9475", "9490", "9484", "7352", "8168", "8169", "9469", "9468", "8172", "8171", "8170", "9266", "9290", "9291", "9292", "9294", "9295", "9293", "9296", "9297", "9300", "9299", "9301", "9298", "9267", "9271", "9272", "9273", "9274", "9275", "9268", "9269", "9270", "9471", "9312", "9285", "9287", "9289", "9288", "9286", "9472", "9281", "9282", "9283", "9284", "9473", "9474", "9276", "9278", "9277", "9279", "9280", "7353", "8129", "9470", "8173", "7356", "8185", "8187", "8183", "8184", "8188", "8186", "8182", "9316", "7202", "7782", "7783", "7784", "9515", "7785", "7092", "7269", "9614", "9615", "7273", "7271", "7270", "7268", "7090", "9406", "7258", "7256", "7257", "7254", "7984", "7980", "7982", "7985", "7981", "7983", "9405", "7255", "7992", "7989", "8734", "8735", "7991", "8742", "8741", "9404", "8747", "8744", "8743", "7986", "7988", "8739", "7987", "7097", "7312", "7314", "7310", "8064", "8065", "8062", "8063", "7311", "8071", "8070", "8066", "9630", "8067", "8074", "7088", "7241", "7821", "7823", "8631", "8630", "8629", "8632", "7822", "8622", "9726", "8625", "8626", "8624", "8627", "7245", "7856", "7858", "8657", "8656", "8655", "8658", "9742", "7859", "7857", "7861", "9746", "7243", "7843", "7846", "8639", "8638", "8637", "8640", "9732", "9733", "7844", "7840", "7845", "9734", "9735", "7839", "7847", "7244", "9741", "7855", "7852", "7853", "7849", "8643", "8641", "8642", "9738", "9737", "7851", "8653", "8652", "8651", "8654", "7850", "8649", "8645", "8646", "8647", "8644", "8650", "8648", "9740", "7098", "9752", "9753", "9754", "7324", "7319", "7318", "8080", "8081", "7321", "8084", "8083", "8082", "8085", "7320", "7322", "9598", "9599", "8090", "8088", "8091", "8092", "9596", "8094", "8786", "8787", "9597", "8086", "8093", "9602", "8089", "9603", "9748", "9750", "9751", "9749", "9600", "8098", "8096", "8095", "9239", "7323", "7107", "7416", "7414", "8330", "8334", "9460", "8331", "8335", "8329", "8333", "8332", "7413", "9463", "9466", "9465", "9464", "9467", "7415", "9461", "9462", "7085", "9395", "7221", "7218", "7219", "7215", "7217", "7791", "7793", "7792", "7789", "7795", "7794", "7790", "9396", "9399", "9398", "9397", "9400", "7216", "7796", "7799", "7798", "9394", "7203", "7786", "9526", "7787", "9519", "9521", "9520", "9522", "9524", "9523", "9525", "9315", "7081", "9387", "7194", "7191", "7192", "7193", "7188", "7748", "7747", "7746", "7190", "7758", "7759", "7757", "7760", "7189", "7755", "9385", "7749", "7753", "7754", "7751", "7750", "9386", "7752", "9101", "7756", "7082", "9391", "7201", "7198", "7199", "7200", "7195", "9388", "7763", "7762", "7761", "7197", "7779", "7780", "7778", "7781", "7196", "7772", "9389", "7769", "7770", "7764", "7777", "7775", "7776", "7766", "7774", "7771", "9390", "7765", "7767", "7768", "9090", "7773", "7073", "7142", "7532", "7534", "7531", "7535", "7533", "7145", "7140", "7510", "7509", "7501", "7502", "7503", "7504", "7505", "9491", "7506", "7507", "9492", "7508", "7143", "7139", "9495", "7141", "7511", "7513", "7514", "7516", "7512", "7530", "7519", "7523", "7525", "9494", "7526", "9493", "7527", "7084", "7209", "7204", "9392", "7214", "7211", "7212", "7213", "7205", "7210", "7207", "7206", "7208", "7079", "9384", "7181", "7178", "7179", "7180", "7176", "7718", "7714", "7717", "9382", "7716", "7715", "7177", "7719", "7721", "9383", "7723", "7720", "7089", "7246", "7871", "7870", "9527", "7867", "7866", "9528", "9532", "7878", "7876", "7877", "7874", "9531", "9530", "7873", "7869", "9529", "7868", "7247", "7880", "7879", "9533", "7883", "7882", "9534", "9538", "7891", "7888", "7889", "7890", "7886", "9537", "9536", "7884", "7881", "7885", "9535", "7248", "7898", "7902", "7893", "9539", "7897", "7896", "9540", "7901", "9544", "7910", "7907", "7908", "7909", "7905", "9543", "9542", "7904", "7892", "7895", "7903", "9541", "7249", "7914", "7912", "7919", "9545", "7922", "7923", "7924", "7918", "7913", "7916", "7915", "7250", "7927", "7933", "9546", "7929", "7930", "9547", "9548", "7941", "7938", "7939", "7940", "7936", "9550", "9551", "7934", "7931", "7935", "9549", "7926", "9232", "9233", "9237", "9583", "9305", "9302", "9303", "9304", "9582", "9581", "9234", "9238", "9580", "9236", "9235", "7251", "7942", "7943", "9562", "7951", "7948", "7949", "7950", "7945", "8672", "8665", "8662", "8663", "9216", "8664", "9039", "9041", "9040", "8659", "9032", "9220", "9037", "9036", "9031", "9028", "9033", "9034", "9096", "9098", "9099", "9029", "9553", "9552", "8666", "8660", "7947", "8686", "8690", "9561", "8689", "8688", "8684", "8687", "7944", "7946", "8674", "8679", "8680", "8682", "9558", "9557", "9218", "9554", "8676", "8677", "8675", "8673", "8681", "9042", "9560", "9559", "8683", "7252", "7958", "8710", "8711", "9572", "8718", "8713", "8715", "8709", "8714", "8716", "8717", "8708", "8712", "7956", "7952", "7955", "9577", "7964", "7961", "7962", "7963", "7957", "8697", "8694", "8705", "8695", "9563", "8703", "9567", "9565", "8706", "8704", "9570", "9569", "9568", "9566", "9564", "9217", "8696", "9054", "9056", "9055", "8691", "9047", "9221", "9052", "9051", "9046", "9043", "9048", "9049", "9107", "9109", "9110", "9044", "8707", "9060", "9057", "9061", "9058", "9062", "9113", "9114", "9112", "9059", "9571", "8698", "8692", "9211", "7960", "8728", "8732", "9576", "8731", "8730", "8726", "8729", "7954", "7959", "8725", "9575", "8719", "9573", "8722", "9063", "9574", "8724", "8723", "8721", "7253", "7965", "7976", "7974", "9579", "9578", "7968", "7967", "7972", "7969", "7971", "7966", "7973", "7086", "7223", "7224", "7812", "7814", "7811", "9408", "7813", "7815", "7225", "7819", "7817", "9409", "7816", "9410", "7820", "9151", "9227", "7818", "7222", "7800", "7805", "7807", "7806", "7802", "7808", "7809", "7810", "7087", "7233", "7234", "7237", "9401", "7240", "7238", "7239", "7235", "7236", "7232", "7230", "7231", "7100", "7329", "8121", "8119", "8122", "8120", "9637", "7332", "7330", "8123", "9638", "8125", "8124", "9639", "7331", "9640", "8136", "8132", "8135", "8127", "8138", "8137", "9642", "9641", "9643", "8128", "9644", "9645", "8133", "8130", "8126", "9648", "9647", "9649", "9651", "9650", "8141", "7080", "9514", "7187", "7184", "7185", "7186", "7182", "7730", "9212", "7726", "7729", "7731", "7728", "7725", "7183", "7739", "7738", "9510", "7733", "7732", "7736", "9508", "9512", "9513", "7745", "7734", "9511", "7741", "7740", "7744", "7743", "9313", "7071", "7466", "7468", "7121", "7117", "7122", "9354", "7126", "7123", "7124", "7125", "7464", "7467", "7118", "7465", "7463", "7119", "7093", "7278", "7280", "7277", "9613", "8023", "8025", "9611", "8026", "8024", "9612", "9610", "7279", "9616", "8032", "9617", "8033", "9618", "8030", "8031", "8029", "8028", "7072", "7131", "7495", "7494", "7135", "7130", "7492", "7493", "7490", "8414", "8415", "8416", "9153", "7491", "7132", "7134", "7499", "7498", "7496", "7497", "7500", "7127", "7469", "7470", "7472", "7133", "7480", "7488", "7487", "7129", "7473", "7128", "7485", "7486", "9355", "7483", "7482", "7474", "7475", "8405", "8406", "7479", "7477", "7476", "8408", "8413", "8410", "8409", "8411", "7478", "8412", "7328", "8110", "8111", "9636", "8116", "8115", "8117", "8114", "8814", "8813", "8816", "8112", "8113", "7327", "8794", "9071", "9069", "9070", "9115", "9072", "9697", "8108", "8105", "8106", "8107", "8102", "8789", "9693", "8792", "8788", "9066", "9064", "9067", "9068", "9065", "8795", "9694", "8793", "8790", "8791", "8104", "8810", "8811", "8808", "8809", "8812", "8103", "8801", "8807", "8796", "8798", "8797", "8800", "8806", "9696", "8803", "9076", "8799", "9178", "7345", "9179", "9439", "7342", "8146", "9167", "9169", "7343", "7339", "8143", "8144", "8145", "8817", "8818", "9437", "7340", "7338", "7341", "9438", "12107", "9168", "9172", "9173", "7337", "7336", "7344", "7102", "7348", "7346", "8153", "8149", "8151", "8148", "8150", "9721", "8155", "8154", "7347", "8162", "8164", "8163", "8159", "8167", "8156", "8161", "825", "826", "827", "828", "2644", "2645", "829", "830", "831", "832", "833", "834", "835", "836", "837", "838", "840", "9141", "841", "842", "843", "12106", "844", "846", "1895", "12419", "12420", "12421", "12422", "12423", "6064", "12424", "12425", "1894", "847", "848", "849", "850", "851", "852", "853", "1896", "1897", "2006", "854", "860", "855", "856", "1899", "1898", "857", "1901", "1900", "858", "1902", "1903", "859", "1905", "1904", "861", "862", "863", "864", "865", "866", "867", "839", "868", "869", "1698", "1697", "870", "871", "1752", "872", "873", "11290", "874", "11291", "875", "876", "877", "878", "879", "880", "881", "7001", "882", "883", "884", "886", "887", "888", "889", "885", "890", "12189", "12190", "12191", "12192", "12193", "12194", "12196", "12195", "12197", "891", "900", "901", "904", "907", "902", "1917", "12444", "1884", "906", "903", "11647", "905", "11315", "908", "909", "1920", "1921", "12442", "910", "911", "912", "6058", "12396", "913", "914", "2910", "12165", "916", "915", "1879", "11556", "917", "918", "1923", "1922", "1925", "1926", "1924", "919", "920", "921", "922", "923", "924", "925", "9339", "6791", "926", "11347", "11346", "11348", "11350", "1178", "12443", "2182", "2183", "927", "12450", "928", "929", "930", "931", "932", "933", "934", "935", "936", "937", "938", "939", "940", "941", "942", "943", "944", "945", "946", "947", "948", "949", "950", "951", "952", "953", "954", "955", "956", "957", "958", "959", "1392", "2916", "961", "2210", "962", "2206", "963", "2207", "964", "965", "966", "967", "968", "969", "12455", "12456", "970", "972", "971", "12470", "973", "974", "975", "976", "977", "11837", "978", "979", "12399", "12401", "12402", "12403", "12404", "12406", "980", "981", "982", "983", "985", "986", "987", "988", "989", "990", "991", "992", "993", "12371", "12372", "994", "11355", "11356", "998", "996", "12468", "12216", "997", "999", "12407", "1000", "1001", "12408", "12409", "892", "893", "2302", "2304", "2303", "2305", "895", "896", "897", "898", "2327", "899", "1002", "1004", "2212", "2786", "2213", "2789", "2792", "2214", "2787", "2790", "2788", "2791", "1005", "1006", "1009", "1010", "1011", "1012", "2858", "1007", "1008", "2861", "12440", "12439", "2862", "1014", "2225", "1016", "12489", "12491", "1003", "1018", "12492", "12219", "1020", "12493", "2911", "12490", "6081", "12441", "330", "12446", "2913", "12445", "12239", "11486", "1893", "2869", "1025", "6086", "6087", "6088", "6085", "1026", "6062", "1021", "1022", "1024", "2280", "2279", "1023", "6109", "12448", "1857", "1858", "2912", "6108", "1017", "1027", "12232", "12150", "1028", "1029", "12451", "2067", "11369", "11370", "11371", "2844", "2845", "12108", "12110", "12109", "12156", "1328", "6112", "1030", "1931", "1930", "779", "10832", "780", "12237", "2107", "2116", "2108", "783", "10792", "10797", "781", "10798", "10799", "10800", "10801", "10802", "10803", "10804", "7057", "7056", "10805", "10806", "10807", "10808", "782", "10809", "10810", "10811", "10812", "10813", "10816", "10814", "10815", "784", "10817", "785", "11351", "11353", "10818", "10819", "10820", "10821", "10822", "10823", "10824", "10826", "10827", "10828", "10829", "10830", "786", "10831", "1031", "609", "2322", "2310", "2308", "2307", "2309", "6082", "2306", "2321", "2324", "894", "1909", "2340", "2314", "12602", "2315", "2313", "2312", "2311", "1910", "1933", "12603", "1932", "1033", "1034", "1035", "1036", "6498", "6505", "6503", "6506", "6500", "6494", "6495", "6497", "6499", "6504", "6493", "6502", "1037", "2325", "2326", "1038", "1039", "2296", "1947", "2293", "2291", "2288", "2298", "2287", "2297", "1948", "1946", "2290", "2292", "2299", "2286", "1040", "1042", "6070", "6069", "1043", "1044", "1046", "12210", "1047", "1048", "12457", "1049", "1050", "1051", "1045", "2639", "2640", "2642", "2927", "2643", "2641", "1052", "1053", "12213", "2538", "6084", "2537", "1054", "1863", "1055", "6531", "1057", "1058", "1059", "1061", "1064", "12149", "11274", "1065", "1066", "1950", "1951", "1949", "1068", "1861", "1072", "1936", "1937", "1862", "1060", "1063", "2663", "2665", "2664", "2666", "2667", "1062", "11275", "1056", "1067", "1069", "1942", "1943", "1071", "1070", "1073", "1074", "1075", "1076", "12459", "1077", "6083", "6059", "1859", "1078", "12376", "2921", "2922", "2923", "12243", "1079", "1889", "1890", "1080", "1081", "1082", "1083", "1864", "1084", "12464", "6071", "1085", "1019", "12387", "12465", "1953", "1952", "1955", "1945", "1954", "2301", "2341", "1086", "12358", "1089", "12355", "1090", "12351", "2914", "2813", "2814", "12352", "12353", "12354", "12357", "2815", "12356", "12360", "12364", "1092", "1095", "1088", "12348", "2195", "12350", "2196", "1117", "12410", "6336", "12349", "1091", "1093", "12361", "1094", "12362", "1096", "1097", "2068", "1098", "12397", "1099", "1100", "1101", "1102", "1103", "1104", "1105", "1106", "1107", "1108", "1974", "1973", "12247", "1972", "1975", "1109", "1110", "12240", "2867", "2868", "2890", "2785", "1111", "1112", "1113", "1114", "1979", "1978", "1115", "1116", "12416", "1118", "1984", "1982", "1983", "1985", "2812", "6627", "6880", "6881", "6876", "6874", "6879", "6878", "1130", "1119", "6060", "6061", "1120", "1121", "1122", "6882", "1123", "1124", "1125", "1126", "6871", "6868", "1129", "1132", "6890", "6889", "6888", "1133", "1134", "1135", "1136", "12207", "12206", "12208", "12332", "1869", "1870", "1873", "1137", "1138", "1139", "12205", "12204", "1140", "1153", "2925", "1155", "1158", "1156", "1157", "1159", "1160", "2926", "1141", "6053", "1142", "1143", "12162", "1144", "1145", "1146", "1147", "1148", "1149", "1150", "1962", "1963", "2849", "1961", "1151", "12212", "1152", "6099", "12166", "12209", "1161", "1163", "6054", "1165", "1166", "1167", "1891", "2856", "1168", "1169", "1860", "1170", "12233", "1733", "6105", "6107", "6106", "1171", "1172", "2231", "2230", "1748", "1173", "1174", "1175", "12155", "12151", "1176", "1177", "1179", "1181", "1180", "1182", "1183", "1184", "1185", "1154", "2816", "1186", "1187", "1188", "1189", "1190", "1191", "1192", "1193", "1194", "12224", "12245", "12241", "1195", "1196", "1197", "1198", "12167", "1199", "1200", "2929", "12242", "10840", "1201", "1202", "2146", "2147", "1248", "10841", "11357", "6066", "10842", "2317", "2318", "2320", "2319", "1203", "1204", "1205", "1206", "1207", "1208", "12186", "12185", "2900", "2901", "2211", "1210", "1211", "1212", "1213", "1214", "1215", "2115", "1216", "6102", "6104", "6103", "1217", "1218", "1219", "1220", "1221", "1222", "1223", "1224", "1225", "1226", "12218", "1227", "1228", "1229", "12217", "1230", "1231", "1232", "1234", "1236", "1237", "2152", "1233", "1238", "1239", "1240", "1235", "1241", "1242", "1243", "1244", "1245", "1246", "1247", "6110", "1249", "2830", "6077", "2917", "2918", "2831", "6074", "6076", "6075", "1250", "1251", "354", "6098", "12426", "12427", "12428", "1252", "1253", "1254", "1255", "2173", "2174", "9183", "1257", "6607", "6852", "6853", "6851", "1258", "1259", "1260", "6605", "6604", "1261", "1262", "1263", "1264", "1265", "1266", "1267", "1268", "1269", "1270", "1271", "1272", "1273", "1274", "1275", "1276", "1277", "1278", "1279", "1280", "1281", "1282", "1283", "1284", "1285", "1286", "1287", "1288", "2178", "2177", "1289", "6119", "1290", "1291", "1294", "1292", "6111", "1293", "6339", "6602", "6603", "6599", "6600", "6601", "1295", "1296", "1297", "1298", "1299", "2779", "1300", "1301", "1302", "1303", "1304", "2069", "1305", "1875", "1878", "1877", "769", "1874", "12478", "12479", "12480", "12481", "12482", "12483", "12475", "12484", "12485", "12487", "12476", "1876", "12486", "2818", "1308", "1309", "1310", "1311", "1312", "1313", "1314", "2219", "2220", "2221", "2223", "6118", "2871", "2872", "2873", "2222", "1315", "1316", "1317", "1318", "1319", "1320", "1321", "1322", "1323", "1324", "1325", "1326", "1327", "1330", "1331", "1332", "1333", "1334", "1335", "1336", "1337", "1338", "12438", "1339", "1340", "6122", "1341", "1342", "6335", "12415", "1343", "1344", "2103", "2102", "1346", "6854", "6856", "6858", "6855", "6859", "1345", "1347", "1348", "1349", "1350", "1351", "1352", "1353", "1354", "1355", "1356", "1357", "1358", "1360", "1361", "1362", "1363", "1364", "1365", "1366", "1367", "1368", "1369", "1370", "1371", "1373", "1372", "1374", "1375", "1376", "1377", "1378", "1379", "1380", "1382", "1381", "2229", "2228", "1383", "11286", "1384", "1385", "1386", "1387", "1388", "1389", "1390", "1391", "1746", "2924", "1393", "1394", "1395", "1396", "1397", "1398", "1399", "1400", "1401", "1402", "1403", "1404", "1405", "1406", "1407", "1408", "1409", "1410", "1411", "1412", "1414", "1413", "1415", "1416", "1417", "1418", "1419", "1420", "1421", "1422", "1423", "1745", "1424", "1425", "1426", "1427", "2638", "1428", "1429", "1430", "1431", "1432", "1433", "1434", "1435", "1436", "1437", "1438", "1439", "1440", "1441", "1442", "1443", "1444", "1445", "1446", "1447", "1448", "1449", "1450", "1451", "1452", "1453", "1454", "2145", "1457", "1455", "1456", "1458", "1459", "1460", "1462", "1463", "1465", "1466", "1464", "1461", "1467", "1468", "12230", "1469", "1470", "1471", "1472", "1473", "1474", "1475", "1476", "1477", "1478", "1479", "1480", "1481", "1482", "1989", "1991", "1990", "1483", "1484", "1512", "1513", "1514", "1515", "1516", "1517", "1518", "1519", "1520", "1521", "1522", "1523", "1524", "1525", "1526", "1527", "1528", "1529", "1530", "1531", "1532", "1533", "1534", "1535", "1536", "1537", "12229", "1538", "1539", "1540", "1541", "1542", "1543", "1544", "1545", "1546", "1547", "1548", "1549", "2148", "2150", "2149", "1550", "1551", "1552", "1553", "1554", "2392", "2388", "2389", "2391", "2390", "1555", "2385", "1556", "2350", "2351", "2352", "2393", "2387", "2151", "1557", "2383", "1558", "1559", "2353", "2394", "1753", "1560", "1561", "1563", "2356", "2357", "2364", "2363", "2342", "2374", "1577", "1565", "1566", "12469", "1567", "1568", "2652", "2654", "2653", "1569", "1570", "1571", "1572", "2227", "1573", "1574", "1575", "2382", "2379", "2381", "2380", "2370", "2371", "1576", "1564", "2155", "1578", "1579", "2365", "2805", "2366", "2367", "2806", "2377", "2368", "2369", "1580", "1581", "2058", "2052", "1582", "1583", "1584", "1585", "1586", "1587", "1588", "1589", "1590", "1591", "1592", "1593", "1594", "1595", "1596", "1597", "12434", "1598", "1599", "1600", "1601", "1602", "1603", "1607", "2930", "2896", "1608", "1609", "1611", "2898", "2899", "2098", "1613", "1614", "1615", "1616", "1617", "1618", "1619", "1620", "1621", "1622", "1623", "1624", "1625", "1626", "1627", "11252", "845", "1628", "2071", "10847", "2907", "1629", "2397", "2919", "2399", "6067", "2398", "2395", "2401", "2402", "2400", "2920", "2396", "1630", "1631", "1632", "1633", "1634", "1635", "6095", "10784", "1659", "11253", "10785", "1636", "1637", "1638", "1639", "1640", "1757", "1641", "6115", "1642", "1645", "11246", "1646", "1649", "2905", "1648", "1650", "1651", "1652", "1653", "1656", "2079", "2080", "2081", "11220", "1654", "1801", "1800", "2903", "1655", "2119", "2120", "2117", "2118", "1657", "6057", "1658", "6116", "1660", "1661", "1788", "6094", "1787", "6093", "1662", "6123", "1663", "2828", "2819", "2821", "2855", "2928", "2820", "6121", "1664", "1665", "1666", "11254", "11255", "11256", "11257", "11258", "11260", "11262", "1667", "1668", "11266", "11268", "11269", "1669", "1670", "1784", "1783", "6055", "1671", "1672", "6120", "1673", "1674", "1675", "1676", "6056", "1677", "1678", "1679", "1680", "1681", "1682", "1683", "1781", "2316", "1782", "1684", "1685", "1686", "1687", "1688", "1689", "1690", "1691", "1692", "1693", "1694", "1695", "1696", "2121", "1791", "1789", "1790", "12545", "12536", "12551", "12546", "12501", "12543", "12514", "12527", "12533", "12573", "12562", "12569", "12517", "12575", "12523", "12522", "12521", "12541", "12550", "12507", "12565", "12512", "12547", "12518", "12548", "12568", "12529", "12539", "12504", "12560", "12537", "12524", "12528", "12513", "12516", "12538", "12555", "12572", "12531", "12564", "12503", "12499", "12542", "12510", "12505", "12515", "12495", "12567", "12502", "12509", "12526", "12525", "12574", "12563", "12557", "12520", "12561", "12566", "12570", "12496", "12494", "12558", "12498", "12511", "12508", "12506", "12554", "12532", "12519", "12556", "12559", "12571", "12544", "12500", "12534", "12535", "12553", "12552", "12540", "12497", "12549", "12530" ], "type": "string", "description": "" }, "marketplace": { "title": "Item Type", "enum": [ "homemade", "vintage" ], "type": "string", "description": "" }, "item_format": { "title": "Item Format", "enum": [ "physical", "digital" ], "type": "string", "description": "" }, "min_price": { "title": "Price Range", "type": "integer", "description": "" }, "max_price": { "title": "", "type": "integer", "description": "" }, "free_shipping": { "title": "FREE shipping", "type": "boolean", "description": "" }, "is_discounted": { "title": "On sale", "type": "boolean", "description": "" }, "is_merch_library": { "title": "ETSY's pick", "type": "boolean", "description": "" }, "is_star_seller": { "title": "Star seller", "type": "boolean", "description": "" }, "max_processing_days": { "title": "Ready to ship in", "type": "array", "description": "", "items": { "type": "string", "enum": [ "1", "3" ], "enumTitles": [ "1 day", "1-3 days" ] } }, "accepts_gift_cards": { "title": "Accepts ETSY gift cards", "type": "boolean", "description": "" }, "gift_wrap": { "title": "Can be gift-wrapped", "type": "boolean", "description": "" }, "customizable": { "title": "Customizable", "type": "boolean", "description": "" }, "dev_proxy_config": { "title": "๐ PROXY NETWORKING", "type": "object", "description": "๐ก <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>" }, "dev_custom_headers": { "title": "๐ HTTP HEADERS", "type": "array", "description": "๐ก Additional HTTP Headers", "items": { "type": "object", "required": [ "key", "value" ], "properties": { "key": { "type": "string", "title": "Key" }, "value": { "type": "string", "title": "Value" } } } }, "dev_custom_cookies": { "title": "๐ฐ HTTP COOKIES", "type": "array", "description": "๐ก Additional HTTP Cookies", "items": { "type": "object", "required": [ "key", "value" ], "properties": { "key": { "type": "string", "title": "Key" }, "value": { "type": "string", "title": "Value" } } } }, "dev_transform_fields": { "title": "โป๏ธ CUSTOM FIELD", "type": "array", "description": "๐ก <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>", "items": { "type": "object", "required": [ "key", "value" ], "properties": { "key": { "type": "string", "title": "Key" }, "value": { "type": "string", "title": "Value" } } } }, "dev_dataset_name": { "title": "๐ CUSTOM STORAGE", "type": "string", "description": "๐ก <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>" }, "dev_dataset_clear": { "title": "Clear Storage", "type": "boolean", "description": "Clear Dataset before insert/update." }, "dev_no_strip": { "title": "Disable data cleansing", "type": "boolean", "description": "๐ก Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>" }, "dev_fileupload": { "title": "๐ FILE UPLOADER", "type": "string", "description": "๐ก Upload your file and copy & paste the URL somewhere." } } }, "runsResponseSchema": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "string" }, "actId": { "type": "string" }, "userId": { "type": "string" }, "startedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "finishedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "status": { "type": "string", "example": "READY" }, "meta": { "type": "object", "properties": { "origin": { "type": "string", "example": "API" }, "userAgent": { "type": "string" } } }, "stats": { "type": "object", "properties": { "inputBodyLen": { "type": "integer", "example": 2000 }, "rebootCount": { "type": "integer", "example": 0 }, "restartCount": { "type": "integer", "example": 0 }, "resurrectCount": { "type": "integer", "example": 0 }, "computeUnits": { "type": "integer", "example": 0 } } }, "options": { "type": "object", "properties": { "build": { "type": "string", "example": "latest" }, "timeoutSecs": { "type": "integer", "example": 300 }, "memoryMbytes": { "type": "integer", "example": 1024 }, "diskMbytes": { "type": "integer", "example": 2048 } } }, "buildId": { "type": "string" }, "defaultKeyValueStoreId": { "type": "string" }, "defaultDatasetId": { "type": "string" }, "defaultRequestQueueId": { "type": "string" }, "buildNumber": { "type": "string", "example": "1.0.0" }, "containerUrl": { "type": "string" }, "usage": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "integer", "example": 1 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } }, "usageTotalUsd": { "type": "number", "example": 0.00005 }, "usageUsd": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "number", "example": 0.00005 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } } } } } } } }}OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for ETSY Crawler ๐ โญ5.0 from the options below:
If youโd like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients: