2026-07-31 09:17:13 [scrapy.utils.log] INFO: Scrapy 2.8.0 started (bot: modularspiders) 2026-07-31 09:17:13 [scrapy.utils.log] INFO: Versions: lxml 4.9.2.0, libxml2 2.9.14, cssselect 1.2.0, parsel 1.7.0, w3lib 2.1.1, Twisted 22.10.0, Python 3.10.15 (main, Oct 19 2024, 04:00:28) [GCC 12.2.0], pyOpenSSL 23.1.1 (OpenSSL 3.1.0 14 Mar 2023), cryptography 40.0.1, Platform Linux-5.10.0-21-amd64-x86_64-with-glibc2.36 2026-07-31 09:17:13 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'modularspiders', 'CLOSESPIDER_TIMEOUT': 3600, 'LOG_FILE': 'logs/default/synthnz/085455048cb611f1ac510242ac11000e.log', 'NEWSPIDER_MODULE': 'modularspiders.spiders', 'ROBOTSTXT_OBEY': True, 'SPIDER_MODULES': ['modularspiders.spiders'], 'USER_AGENT': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) ' 'AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 ' 'Safari/537.36'} 2026-07-31 09:17:13 [py.warnings] WARNING: /code/lib/python3.10/site-packages/scrapy/utils/request.py:232: ScrapyDeprecationWarning: '2.6' is a deprecated value for the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting. It is also the default value. In other words, it is normal to get this warning if you have not defined a value for the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting. This is so for backward compatibility reasons, but it will change in a future version of Scrapy. See the documentation of the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting for information on how to handle this deprecation. return cls(crawler) 2026-07-31 09:17:13 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.epollreactor.EPollReactor 2026-07-31 09:17:13 [scrapy.extensions.telnet] INFO: Telnet Password: cfdb67cede48d3ff 2026-07-31 09:17:14 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.logstats.LogStats', 'scrapy.extensions.closespider.CloseSpider'] 2026-07-31 09:17:17 [scrapy.middleware] INFO: Enabled downloader middlewares: ['scrapy.downloadermiddlewares.robotstxt.RobotsTxtMiddleware', 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', 'scrapy.downloadermiddlewares.retry.RetryMiddleware', 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', 'scrapy.downloadermiddlewares.stats.DownloaderStats'] 2026-07-31 09:17:17 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy.spidermiddlewares.offsite.OffsiteMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2026-07-31 09:17:19 [scrapy.middleware] INFO: Enabled item pipelines: ['modularspiders.pipelines.MinimumViableItemPipeline', 'modularspiders.pipelines.RedisExporter', 'modularspiders.pipelines.BulkStoreUpdate'] 2026-07-31 09:17:19 [scrapy.core.engine] INFO: Spider opened 2026-07-31 09:18:24 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-07-31 09:18:25 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023 2026-07-31 09:18:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2026-07-31 09:18:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2026-07-31 09:18:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:19:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:19:34 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:19:34 [scrapy.extensions.logstats] INFO: Crawled 4 pages (at 4 pages/min), scraped 0 items (at 0 items/min) 2026-07-31 09:19:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/tip-top-audio-buchla-207-mixer-preamplifier/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/696e95c5c11f2a00124ebf5f/3b4ba5ecbae98cf0771b719ed84a0f23/TipTop%20audio%20207t.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'TipTop Audio Buchla 207 Mixer Preamplifier', 'page_metadata': None, 'price': 489, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/tip-top-audio-buchla-207-mixer-preamplifier/', 'vat_included': False} 2026-07-31 09:19:34 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:21:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:21:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/tip-top-audio-buchla-264-quad-sample-and-hold/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/696e8fb226eb330012dd4db0/362031ddcf7ff1f7a17cc2eb8cb3695b/TipTop%20audio%20264t.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'TipTop Audio Buchla 264 Quad Sample and Hold', 'page_metadata': None, 'price': 589, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/tip-top-audio-buchla-264-quad-sample-and-hold/', 'vat_included': False} 2026-07-31 09:21:26 [scrapy.extensions.logstats] INFO: Crawled 5 pages (at 1 pages/min), scraped 2 items (at 2 items/min) 2026-07-31 09:21:26 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:21:26 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:21:26 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:21:26 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:21:26 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 2 times): [] 2026-07-31 09:24:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:24:11 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:24:11 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:24:11 [scrapy.extensions.logstats] INFO: Crawled 6 pages (at 1 pages/min), scraped 2 items (at 0 items/min) 2026-07-31 09:24:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/xaoc-devices-oradea/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/68be3ef644c70f00119abfa5/0aedf8ec9c442222e0935975a52f3a09/XAOC%20Devices%20Oradea.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Xaoc Devices Oradea', 'page_metadata': None, 'price': 989, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/xaoc-devices-oradea/', 'vat_included': False} 2026-07-31 09:24:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:24:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/4ms-meta-module/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66bab6b0ec41d30012aef347/b7b476caeb466ff96e52ec25d44f6ce7/4MS%20Meta%20Module.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': '4MS MetaModule', 'page_metadata': None, 'price': 1129, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/4ms-meta-module/', 'vat_included': False} 2026-07-31 09:26:41 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:26:41 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:26:42 [scrapy.extensions.logstats] INFO: Crawled 7 pages (at 1 pages/min), scraped 4 items (at 2 items/min) 2026-07-31 09:26:42 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/expert-sleepers-es-10/ took longer than 180.0 seconds.. 2026-07-31 09:26:42 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/joranalogue-collide-4/ took longer than 180.0 seconds.. 2026-07-31 09:26:42 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/joranalogue-route-4/ took longer than 180.0 seconds.. 2026-07-31 09:26:42 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/elektron-digitone-mkii/ took longer than 180.0 seconds.. 2026-07-31 09:26:42 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/joranalogue-cycle-5/ took longer than 180.0 seconds.. 2026-07-31 09:26:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/erica-synths-nightverb/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/67db2843e7de230012a05c3c/7e0786c33e853af372a7170e3bbe34a8/Erica%20Synths%20Night%20Verb.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Erica Synths Nightverb', 'page_metadata': None, 'price': 969, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/erica-synths-nightverb/', 'vat_included': False} 2026-07-31 09:26:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:26:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:26:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/endorphines-new-godspeed/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66a724fbef1aca001251b605/b41cab61833e89bfb595f410e490ed16/Endorphines%20Godspeed%20New.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Endorphines New Godspeed', 'page_metadata': None, 'price': 469, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/endorphines-new-godspeed/', 'vat_included': False} 2026-07-31 09:28:51 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:28:52 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 2 times): [] 2026-07-31 09:29:32 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 2 times): [] 2026-07-31 09:29:53 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 2 times): [] 2026-07-31 09:29:55 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:30:13 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 2 times): [] 2026-07-31 09:33:55 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 2 times): [] 2026-07-31 09:33:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:33:56 [scrapy.extensions.logstats] INFO: Crawled 10 pages (at 3 pages/min), scraped 6 items (at 2 items/min) 2026-07-31 09:33:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-straight-braided-white/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66a4a572c1476c00110600f1/5d9bf9442bd94be04e0beefafca5a627/Sine%20Community%203.5mm%20Straight%20Braided%20-%20Black.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Straight & Braided (Black)', 'page_metadata': None, 'price': 19.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-straight-braided-white/', 'vat_included': False} 2026-07-31 09:33:56 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure. 2026-07-31 09:33:56 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure. 2026-07-31 09:33:56 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure. 2026-07-31 09:33:57 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure. 2026-07-31 09:33:57 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 2 times): User timeout caused connection failure. 2026-07-31 09:33:57 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 2 times): User timeout caused connection failure. 2026-07-31 09:34:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-straight-braided-ochre/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66a4a4464364310011599fb8/78b08a42f059a9945ae8283664f2f8f8/Sine%20Community%203.5mm%20Straight%20Braided%20-%20Ochre.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Straight & Braided (Ochre)', 'page_metadata': None, 'price': 19.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-straight-braided-ochre/', 'vat_included': False} 2026-07-31 09:34:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:34:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:34:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:34:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:34:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:34:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:34:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:34:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:35:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/joranalogue-route-4/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/670c47042e5329001207914d/c5b101669856c453b51312a18a3fa340/Joranalogue%20Audio%20Design%20Route%204.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Joranalogue Route 4', 'page_metadata': None, 'price': 389, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/joranalogue-route-4/', 'vat_included': False} 2026-07-31 09:35:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-angled-pvc-white/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/669b505b131d5e0012f9a896/63a6a191a142e08e584a98b5b7a36c20/Sine%20Community%203.5mm%20Right%20Angle%20PVC%20-%20White.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Angled & PVC (White)', 'page_metadata': None, 'price': 21.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-angled-pvc-white/', 'vat_included': False} 2026-07-31 09:35:41 [scrapy.extensions.logstats] INFO: Crawled 18 pages (at 8 pages/min), scraped 10 items (at 4 items/min) 2026-07-31 09:35:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-angled-pvc-dk-grey/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/669b52739f745c0012083267/51a095b32121627b687d3d7c528433e8/Sine%20Community%203.5mm%20Right%20Angle%20PVC%20-%20Dk%20Grey.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Angled & PVC (Dk. Grey)', 'page_metadata': None, 'price': 21.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-angled-pvc-dk-grey/', 'vat_included': False} 2026-07-31 09:39:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:39:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:39:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:39:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:39:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:39:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-angled-pvc-black/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/669b515b53d02d00125f7c72/de80f3274cc5cce3f368260ec61e65cd/Sine%20Community%203.5mm%20Right%20Angle%20PVC%20-%20Black.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Angled & PVC (Black)', 'page_metadata': None, 'price': 21.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-angled-pvc-black/', 'vat_included': False} 2026-07-31 09:39:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-angled-pvc-lt-grey/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/669b535d70f63c0012f1986f/c1e34bc20781d289f80792edde5112c3/Sine%20Community%203.5mm%20Right%20Angle%20PVC%20-%20Lt.%20Grey.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Angled & PVC (Lt. Grey)', 'page_metadata': None, 'price': 21.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-angled-pvc-lt-grey/', 'vat_included': False} 2026-07-31 09:39:05 [scrapy.extensions.logstats] INFO: Crawled 23 pages (at 5 pages/min), scraped 13 items (at 3 items/min) 2026-07-31 09:39:06 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/moog-mavis/ took longer than 180.0 seconds.. 2026-07-31 09:39:08 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/moog-subharmonicon/ took longer than 180.0 seconds.. 2026-07-31 09:39:09 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/sine-cables-patch-angled-braided-black/ took longer than 180.0 seconds.. 2026-07-31 09:39:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-angled-pvc-ochre/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/669b5433131d5e0012f9acd8/347809e7704aec1bab4e51dfe56606f8/Sine%20Community%203.5mm%20Right%20Angle%20PVC%20-%20Ochre.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Angled & PVC (Ochre)', 'page_metadata': None, 'price': 21.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-angled-pvc-ochre/', 'vat_included': False} 2026-07-31 09:39:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-angled-pvc-red/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/669b55136bba1a0012e43449/ac67d7080f1844d1f0b9a4da9afc9e0b/Sine%20Community%203.5mm%20Right%20Angle%20PVC%20-%20Red.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Angled & PVC (Red)', 'page_metadata': None, 'price': 21.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-angled-pvc-red/', 'vat_included': False} 2026-07-31 09:39:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-straight-pvc-lt-grey/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66a471303fc3f40012142155/7af435bbce18d3f2bffa3c179fb1ce20/Sine%20Community%203.5mm%20Straight%20PVC%20-%20Lt.%20Grey.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Straight & PVC (Lt. Grey)', 'page_metadata': None, 'price': 19.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-straight-pvc-lt-grey/', 'vat_included': False} 2026-07-31 09:40:43 [scrapy.extensions.logstats] INFO: Crawled 23 pages (at 0 pages/min), scraped 16 items (at 3 items/min) 2026-07-31 09:40:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/moog-labyrinth/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/669ed4915b08670012e9d3df/48fce19e00876b5d0876056e42e095ed/Moog%20Labyrinth%20New%20Zealand.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Moog Labyrinth', 'page_metadata': None, 'price': 1299, 'ships_from_region': 'NZ', 'stock_status': 0, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/moog-labyrinth/', 'vat_included': False} 2026-07-31 09:40:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-straight-pvc-red/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66a416d8d2ec4a00119acf8b/805a990443deebec17f6c9bd8288515d/Sine%20Community%203.5mm%20Straight%20PVC%20-%20Red.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Straight & PVC (Red)', 'page_metadata': None, 'price': 19.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-straight-pvc-red/', 'vat_included': False} 2026-07-31 09:40:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/moog-spectravox/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6679403c57512c00116374cb/42118c4e6e326567ef8cefce37e0dd49/Moog%20Spectravox.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Moog Spectravox', 'page_metadata': None, 'price': 1299, 'ships_from_region': 'NZ', 'stock_status': 0, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/moog-spectravox/', 'vat_included': False} 2026-07-31 09:40:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/moog-grandmother/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/667942b9e780f6001259e6ea/e00d10b59de7e7ca60007c8e6f39a0cc/Moog%20Grandmother%20Synth.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Moog Grandmother', 'page_metadata': None, 'price': 1999, 'ships_from_region': 'NZ', 'stock_status': 0, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/moog-grandmother/', 'vat_included': False} 2026-07-31 09:40:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:40:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:40:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:41:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:41:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/moog-minimoog-model-d/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6679ee6aefc5060012e0f25c/ff953705bfdaa700e59a80721855229d/Moog%20Minimoog%20Model%20D.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Moog Minimoog Model D', 'page_metadata': None, 'price': 8999, 'ships_from_region': 'NZ', 'stock_status': 0, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/moog-minimoog-model-d/', 'vat_included': False} 2026-07-31 09:46:44 [scrapy.extensions.logstats] INFO: Crawled 28 pages (at 5 pages/min), scraped 21 items (at 5 items/min) 2026-07-31 09:46:45 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:46:47 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:46:49 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:46:53 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/rossum-electro-triton/ took longer than 180.0 seconds.. 2026-07-31 09:47:16 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/bluka-endless-processor-expander/ took longer than 180.0 seconds.. 2026-07-31 09:47:21 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/bastl-instruments-neo-trinity/ took longer than 180.0 seconds.. 2026-07-31 09:47:22 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/befaco-oneiroi/ took longer than 180.0 seconds.. 2026-07-31 09:47:23 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/joranalogue-dim-2/ took longer than 180.0 seconds.. 2026-07-31 09:47:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/rossum-electro-satellite/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66317ddc6b76d60012fd9296/113b8225d902a12f764bacb4f74bc650/Rossum%20Electro%20Satellite.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Rossum Electro Satellite', 'page_metadata': None, 'price': 849, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/rossum-electro-satellite/', 'vat_included': False} 2026-07-31 09:47:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/rossum-electro-morpheus/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66317f99a936ad00122a9db8/ca591d484a257ba40a5d204dae03b106/Rossum%20Electro%20Morpheus.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Rossum Electro Morpheus', 'page_metadata': None, 'price': 1199, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/rossum-electro-morpheus/', 'vat_included': False} 2026-07-31 09:47:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/rossum-electro-control-forge/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66318065d4986d0012ec57aa/86a4b39139992008c02340ac674faaf6/Control%20Forge%20Rossum%20Electro%20Music.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Rossum Electro Control Forge', 'page_metadata': None, 'price': 1199, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/rossum-electro-control-forge/', 'vat_included': False} 2026-07-31 09:47:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/rossum-electro-evolution/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/663181c313bbfd001253fd0e/975d490e2a0c158c4008f3227ec9cda5/Rossum%20Electro%20Music%20Evolution.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Rossum Electro Evolution', 'page_metadata': None, 'price': 1029, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/rossum-electro-evolution/', 'vat_included': False} 2026-07-31 09:47:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/rossum-electro-assimil8or/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6631832ee92080001214f8a0/455445a2c54f57c629f558d5762dcb8c/Rossum%20Electro%20Assimil8or.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Rossum Electro Assimil8or', 'page_metadata': None, 'price': 2099, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/rossum-electro-assimil8or/', 'vat_included': False} 2026-07-31 09:47:49 [scrapy.extensions.logstats] INFO: Crawled 28 pages (at 0 pages/min), scraped 26 items (at 5 items/min) 2026-07-31 09:47:52 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:47:52 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:47:52 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:47:53 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:47:55 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:48:01 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:48:19 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:48:20 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): [] 2026-07-31 09:48:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:48:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:48:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:48:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:48:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:48:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:48:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:50:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:51:10 [scrapy.extensions.logstats] INFO: Crawled 36 pages (at 8 pages/min), scraped 26 items (at 0 items/min) 2026-07-31 09:51:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/rossum-electro-mob-of-emus/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/662ec5d714fb5300124c1ada/83c74a23a1eb019fc6a0778e2b43134b/Rossum%20Electro%20Mob%20of%20Emus.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Rossum Electro Mob of Emus', 'page_metadata': None, 'price': 999, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/rossum-electro-mob-of-emus/', 'vat_included': False} 2026-07-31 09:51:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/befaco-octaves-vco/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/662eb0dc616a7e00121d184d/5e279dd18af49639ab0f76e6bedf902f/Befaco%20Octaves%20VCO.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Befaco Octaves VCO', 'page_metadata': None, 'price': 389, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/befaco-octaves-vco/', 'vat_included': False} 2026-07-31 09:51:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-straight-pvc-white/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66a4ab173586300011bd5b0a/f4a100d8d00326849a62f3fb94498579/Sine%20Community%203.5mm%20Straight%20PVC%20-%20White.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Straight & PVC (White)', 'page_metadata': None, 'price': 19.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-straight-pvc-white/', 'vat_included': False} 2026-07-31 09:51:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-straight-pvc-dk-grey/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66a473273fd0dc001241ff79/28076ee89a5ae98c46cac2d8eb6aa18d/Sine%20Community%203.5mm%20Straight%20PVC%20-%20Dk.%20Grey.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Straight & PVC (Dk. Grey)', 'page_metadata': None, 'price': 19.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-straight-pvc-dk-grey/', 'vat_included': False} 2026-07-31 09:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/bastl-instruments-neo-trinity/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66442918f5da88001229b8c4/f843c3b5fe6c33bdaf6ade4fd757a30e/Bastl%20Instruments%20Neo%20Trinity.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Bastl Instruments Neo Trinity', 'page_metadata': None, 'price': 599, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/bastl-instruments-neo-trinity/', 'vat_included': False} 2026-07-31 09:51:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:51:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:51:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:51:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:51:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:51:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:51:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/joranalogue-dim-2/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6644336afac3dc0012136379/aacf74ff1ed19a91c04b5e88f4ee7580/Joranalogue%20Dim%202.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Joranalogue Dim 2', 'page_metadata': None, 'price': 329, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/joranalogue-dim-2/', 'vat_included': False} 2026-07-31 09:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/befaco-oneiroi/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66442b463673380012e70602/efd8a3ddbba335e9c9580766a7003881/Befaco%20Oneiroi.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Befaco Oneiroi', 'page_metadata': None, 'price': 899, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/befaco-oneiroi/', 'vat_included': False} 2026-07-31 09:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/bluka-endless-processor-expander/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6643f8811ca42300122ae5a5/69121e97f6480a3577c3943168afe6be/Blukac%20Expander%20Black.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Blukač Endless Processor Expander', 'page_metadata': None, 'price': 299, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/bluka-endless-processor-expander/', 'vat_included': False} 2026-07-31 09:52:33 [scrapy.extensions.logstats] INFO: Crawled 43 pages (at 7 pages/min), scraped 34 items (at 8 items/min) 2026-07-31 09:53:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:55:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/befaco-in-amp/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6618c7f3494cf000127cd7df/2c7f2d70d7b6afb7e395bc375187bdc0/Befaco%20InAmp%20New%20Zealand.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Befaco InAmp', 'page_metadata': None, 'price': 269, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/befaco-in-amp/', 'vat_included': False} 2026-07-31 09:55:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-digitakt-mkii/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/662944c06455820012ba56ea/cde510fac754d6f579b63c176066ed81/Elektron%20Digitakt%202.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron Digitakt MKII', 'page_metadata': None, 'price': 2199, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-digitakt-mkii/', 'vat_included': False} 2026-07-31 09:55:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-patch-angled-braided-white/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/669a3f9901c11b0012b3737a/81fbfb3b19365a1ab1ad8856fbafed5c/Sine%20Community%203.5mm%20Right%20Angle%20Braided%20-%20White.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Angled & Braided (White)', 'page_metadata': None, 'price': 21.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-patch-angled-braided-white/', 'vat_included': False} 2026-07-31 09:55:07 [scrapy.extensions.logstats] INFO: Crawled 44 pages (at 1 pages/min), scraped 37 items (at 3 items/min) 2026-07-31 09:55:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-patch-angled-braided-ochre/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/669a3eb453d02d00125db27f/b9c6ae711ff1659c57b8c337e62effc7/Sine%20Community%203.5mm%20Right%20Angle%20Braided%20-%20Ochre.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Angled & Braided (Ochre)', 'page_metadata': None, 'price': 21.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-patch-angled-braided-ochre/', 'vat_included': False} 2026-07-31 09:55:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-patch-angled-braided-red/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/669a3d8636e401001294117a/0e402d2adddbf8881c6de7b84b157eb4/Sine%20Community%203.5mm%20Right%20Angle%20Braided%20-%20Red.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Angled & Braided (Red)', 'page_metadata': None, 'price': 21.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-patch-angled-braided-red/', 'vat_included': False} 2026-07-31 09:55:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:55:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:55:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:55:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:55:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:55:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:55:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:55:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-angled-braided-dk-grey/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/669a3b78377f5600121ac992/78a82fa506eb1efa7af96652689a6e4f/Sine%20Community%203.5mm%20Right%20Angle%20Braided%20-%20Dk.%20Grey.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Angled & Braided (Dk. Grey)', 'page_metadata': None, 'price': 21.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-angled-braided-dk-grey/', 'vat_included': False} 2026-07-31 09:55:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/rossum-electro-panharmonium/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/662ec9940caee1001211a4ee/83cafc4c5e172a0569eaf55664ae3d79/Rossum%20Electro%20Panharmonium.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Rossum Electro Panharmonium', 'page_metadata': None, 'price': 1199, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/rossum-electro-panharmonium/', 'vat_included': False} 2026-07-31 09:57:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-ecc-5b-carry-sleeve/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6614bf44dc56a200121a3f20/6907a9078471f21418569f16f74ee318/Elektron%20ECC-5B%20Sleeve.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron ECC-5b Carry Sleeve', 'page_metadata': None, 'price': 99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-ecc-5b-carry-sleeve/', 'vat_included': False} 2026-07-31 09:59:10 [scrapy.extensions.logstats] INFO: Crawled 52 pages (at 8 pages/min), scraped 42 items (at 5 items/min) 2026-07-31 09:59:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/tip-top-audio-miso/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/660f6a2203330c0012212c1a/f9ff9c3888a4891194096364d403ef3c/TipTop%20Miso.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'TipTop Audio MISO', 'page_metadata': None, 'price': 189, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/tip-top-audio-miso/', 'vat_included': False} 2026-07-31 09:59:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-octatrack-mkii/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6614c1894c0cd80012e0c67a/9f547fc14dbe2855f8c391034dfae7fa/Elektron%20Octatrack%20MkII.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron Octatrack MKII', 'page_metadata': None, 'price': 3249, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-octatrack-mkii/', 'vat_included': False} 2026-07-31 09:59:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-syntakt/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6614625bef3cbe0012067e08/586de20f1ee4bc98562f76641732f50c/Syntakt%20Elektron%20NZ.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron Syntakt', 'page_metadata': None, 'price': 2199, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-syntakt/', 'vat_included': False} 2026-07-31 09:59:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-analog-heat-fx/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66147af58901150012c1845b/ac9350ac2cfa0ed8f892ae5ba5f5359a/Elektron%20Analog%20Heat%20%2BFX.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron Analog Heat +FX', 'page_metadata': None, 'price': 2199, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-analog-heat-fx/', 'vat_included': False} 2026-07-31 09:59:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-analog-rytm-mkii/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66164c4958089e001173d8f5/e968e45585eb982fe23b731b70eb5053/Elektron%20Analog%20Rytm%20NZ.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron Analog Rytm MKII', 'page_metadata': None, 'price': 3679, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-analog-rytm-mkii/', 'vat_included': False} 2026-07-31 09:59:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-analog-four-mkii/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/661484093e8fb700129fa14a/a325b400f601c85bfd825f44b00b1240/Elektron%20Analog%20Four%20MKII%20NZ.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron Analog Four MKII', 'page_metadata': None, 'price': 3459, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-analog-four-mkii/', 'vat_included': False} 2026-07-31 09:59:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-digitone/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6614879be249d00012be7f19/f8e6411254469492b9bb8e4b6d11645b/Elektron%20Digitone%20New%20Zealand.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron Digitone', 'page_metadata': None, 'price': 1869, 'ships_from_region': 'NZ', 'stock_status': 3, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-digitone/', 'vat_included': False} 2026-07-31 09:59:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/torso-electronics-t-1-cover/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/660498f7541c5a001249fb0b/601530038e979f0cc2cd00ca9726f908/Torso%20Electronics%20Decksaver%20Cover.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Torso Electronics T1 Cover', 'page_metadata': None, 'price': 99, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/torso-electronics-t-1-cover/', 'vat_included': False} 2026-07-31 09:59:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/torso-electronics-t-1-carry-case/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6604978af458f30012d0155b/4d56ab821f94367381e696180b868b0a/Torso%20Electronics%20T1%20Case.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Torso Electronics T1 Carry Case', 'page_metadata': None, 'price': 89, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/torso-electronics-t-1-carry-case/', 'vat_included': False} 2026-07-31 09:59:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-model-cycles/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66148b1262644a00127f1064/9ca512144ad2bd7920b15d1b3bec456f/Elektron%20Model%20Cycles%20NZ.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron Model Cycles', 'page_metadata': None, 'price': 899, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-model-cycles/', 'vat_included': False} 2026-07-31 09:59:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-model-samples/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66148e16cb04780012a428d6/eddae22c89be12eda04e3f02530aa804/Elektron%20Model%20Samples%20New%20Zealand.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron Model Samples', 'page_metadata': None, 'price': 899, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-model-samples/', 'vat_included': False} 2026-07-31 09:59:46 [scrapy.extensions.logstats] INFO: Crawled 67 pages (at 15 pages/min), scraped 53 items (at 11 items/min) 2026-07-31 09:59:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-oh-7-overhub/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/661491325a92c90011c61b63/fc3e72cb58e06442e66f25e0db93facd/Elektron%20Overhub.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron OH-7 Overhub', 'page_metadata': None, 'price': 189, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-oh-7-overhub/', 'vat_included': False} 2026-07-31 09:59:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-pl-2s-protective-lid/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/661494e7693dfd00122a12ed/8a6eafa525b917aec3eb5935c7bfa310/Elektron%20Protective%20Lid%20PL2s.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron PL-2s Protective Lid', 'page_metadata': None, 'price': 149, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-pl-2s-protective-lid/', 'vat_included': False} 2026-07-31 09:59:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-pl-4-protective-lid/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6614969e3e77f80011371815/7bdc88c28a0b6e776405db5b4159dd1f/Elektron%20Protective%20Cover%20PL4.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron PL-4 Protective Lid', 'page_metadata': None, 'price': 149, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-pl-4-protective-lid/', 'vat_included': False} 2026-07-31 09:59:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-pl-3-protective-lid/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66149734ecd2be0012559795/0ab3e9152443b30f57872eb93428c343/Elektron%20Protective%20Cover%20PL3.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron PL-3 Protective Lid', 'page_metadata': None, 'price': 149, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-pl-3-protective-lid/', 'vat_included': False} 2026-07-31 09:59:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/torso-electronics-t-1/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66048745c599be0012f60610/dba25bd3bf03a0a655176eb543bab405/Torso%20Electronics%20T-1.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Torso Electronics T1', 'page_metadata': None, 'price': 1449, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/torso-electronics-t-1/', 'vat_included': False} 2026-07-31 09:59:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/torso-electronics-s-4/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/660482f4448a4f0012588723/37a61584babc959c49e7478a589ab027/Torso%20Electronics%20S4.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Torso Electronics S4', 'page_metadata': None, 'price': 1949, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/torso-electronics-s-4/', 'vat_included': False} 2026-07-31 09:59:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-pl-2-protective-lid/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/661497d963dea6001240fe80/57e7a7d25597f494e9e4309f950bbe01/Elektron%20PL2%20Protective%20Lid.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron PL-2 Protective Lid', 'page_metadata': None, 'price': 149, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-pl-2-protective-lid/', 'vat_included': False} 2026-07-31 09:59:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-ecc-6-backpack/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6614bc9a4e5f1b001257e64f/10248f60e85abc99beebcdcb7b1d62cb/Elektron%20ECC-6%20Carrying%20bag.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron ECC-6 Backpack', 'page_metadata': None, 'price': 249, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-ecc-6-backpack/', 'vat_included': False} 2026-07-31 09:59:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/rossum-electro-linnaeus/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/662ecc73ae36770012e1cde7/f63eff2ee8cd054777083d9896cd7bac/Linnaeus%20Rossum%20Electro.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Rossum Electro Linnaeus', 'page_metadata': None, 'price': 1029, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/rossum-electro-linnaeus/', 'vat_included': False} 2026-07-31 09:59:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-patch-angled-braided-lt-grey/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/669a3a9b9b2f270012f8f616/04abc21fc04504ca37c1967319ee8bf1/Sine%20Community%203.5mm%20Right%20Angle%20Braided%20-%20Lt.%20Grey.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Angled & Braided (Lt. Grey)', 'page_metadata': None, 'price': 21.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-patch-angled-braided-lt-grey/', 'vat_included': False} 2026-07-31 09:59:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/xaoc-devices-berlin/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66550d9f8e0fc80012fca828/7da4fce05339dfa9317732b49d364067/p_berlin01.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Xaoc Devices Berlin', 'page_metadata': None, 'price': 449, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/xaoc-devices-berlin/', 'vat_included': False} 2026-07-31 09:59:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 09:59:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/rossum-electro-triton/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/662ecd9b05dbe90012bd424e/daf920ddc0d4b15f7cb050111cccdd79/Rossum%20Electro%20Triton.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Rossum Electro Triton', 'page_metadata': None, 'price': 1649, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/rossum-electro-triton/', 'vat_included': False} 2026-07-31 09:59:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:00:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/qubit-mojave/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/65f1092dbca51f0011cf113a/4873932f82870abba28a9ab118951b7f/Qubit ' 'Mojave.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Qubit Mojave', 'page_metadata': None, 'price': 699, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/qubit-mojave/', 'vat_included': False} 2026-07-31 10:00:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:00:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:00:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:00:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:00:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:00:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:00:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:00:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/instruo-dapf/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/65ea65b23c37fb00116d7086/298ad505696b7508b4e58b2be9d6e448?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Instruo Dapf', 'page_metadata': None, 'price': 399, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/instruo-dapf/', 'vat_included': False} 2026-07-31 10:00:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/gammalite-systems-nest-tamers/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/664287119c91ce00116ef596/173ca1a24e69cbbe469b8cadeb6226ab/Gammalite%20Systems%20Nest%20Tamers.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Gammalite Systems Nest Tamers', 'page_metadata': None, 'price': 39.99, 'ships_from_region': 'NZ', 'stock_status': 3, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/gammalite-systems-nest-tamers/', 'vat_included': False} 2026-07-31 10:00:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-ecc-7-carry-bag/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66385ac60b01180012f228d1/22286be18bd952a93990ff56d5500248/Elektron%20carry%20bag.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron ECC-7 Carry bag', 'page_metadata': None, 'price': 249, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-ecc-7-carry-bag/', 'vat_included': False} 2026-07-31 10:00:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/konstant-lab-pwr-checker/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/662f5a40dfb2b100123ac765/b11a241022be83a39cb75c498a479bb1/Konstant%20Lab%20PWR%20Checker.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Konstant Lab PWR Checker', 'page_metadata': None, 'price': 59.99, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/konstant-lab-pwr-checker/', 'vat_included': False} 2026-07-31 10:00:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-patch-angled-braided-black/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/669a34bcd8dde80012b90112/f7b861f6918f3c24c1bd241ff9628a38/Sine%20Community%203.5mm%20Right%20Angle%20Braided%20-%20Black.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Angled & Braided (Black)', 'page_metadata': None, 'price': 21.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-patch-angled-braided-black/', 'vat_included': False} 2026-07-31 10:00:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/moog-subharmonicon/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6679fcd70a77620012cbff61/e691c91c42d886489a82ca55d0810ce7/Moog%20Subharmonicon.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Moog Subharmonicon', 'page_metadata': None, 'price': 1399, 'ships_from_region': 'NZ', 'stock_status': 0, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/moog-subharmonicon/', 'vat_included': False} 2026-07-31 10:00:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/moog-mavis/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6679eff830a702001260a9a2/5099ac3b215d152fd3ae822dbf74228c/Moog%20Mavis%20Synth%20DIY.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Moog Mavis', 'page_metadata': None, 'price': 569, 'ships_from_region': 'NZ', 'stock_status': 0, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/moog-mavis/', 'vat_included': False} 2026-07-31 10:00:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/befaco-1u-trs/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/65e4f9c50672160012663f27/5f3c8b8ea14ea09a3f8ef0ebfab2719d?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Befaco 1U TRS', 'page_metadata': None, 'price': 99, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/befaco-1u-trs/', 'vat_included': False} 2026-07-31 10:02:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:02:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:02:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:02:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:02:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:02:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:02:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/div-kid-modular-output-bus/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/65e4f8388566e20012247b15/59f11cd9c5568ad3af7e5c42a3317092?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'DivKid Modular Output Bus', 'page_metadata': None, 'price': 379, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/div-kid-modular-output-bus/', 'vat_included': False} 2026-07-31 10:02:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-straight-braided-red/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66a4aa6b6b25bd0012173355/edbd509bedb4a05bb3cf31f158dcedc6/Sine%20Community%203.5mm%20Straight%20Braided%20-%20Red.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Straight & Braided (Red)', 'page_metadata': None, 'price': 19.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-straight-braided-red/', 'vat_included': False} 2026-07-31 10:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-straight-braided-lt-grey/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66a4a9ae85e8ad0012c5db14/40b8ac9d51b4e6a81a249c6d444b96c3/Sine%20Community%203.5mm%20Straight%20Braided%20-%20Lt.%20Grey.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Straight & Braided (Lt. Grey)', 'page_metadata': None, 'price': 19.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-straight-braided-lt-grey/', 'vat_included': False} 2026-07-31 10:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-straight-pvc-ochre/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66a47449618ec70012072203/66b54584aea561a5ce866f5636f03123/Sine%20Community%203.5mm%20Straight%20PVC%20-%20Ochre.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Straight & PVC (Ochre)', 'page_metadata': None, 'price': 19.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-straight-pvc-ochre/', 'vat_included': False} 2026-07-31 10:02:52 [scrapy.extensions.logstats] INFO: Crawled 91 pages (at 24 pages/min), scraped 78 items (at 25 items/min) 2026-07-31 10:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-straight-braided-dk-grey/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66a4a86f05cd150012e0484c/6acb5474a4c47c4fbc7e7c84945901a3/Sine%20Community%203.5mm%20Straight%20Braided%20-%20Dk.%20Grey.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Straight & Braided (Dk. Grey)', 'page_metadata': None, 'price': 19.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-straight-braided-dk-grey/', 'vat_included': False} 2026-07-31 10:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/bastl-instruments-crust/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66a72242f436cd00122de553/bfaa7cfb4cbe878b03ca96339d4e5eb9/Bastl%20Instruments%20Crust.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Bastl Instruments Crust', 'page_metadata': None, 'price': 589, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/bastl-instruments-crust/', 'vat_included': False} 2026-07-31 10:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/erica-synths-steampipe/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6812ed295fb24000123837c9/46d1bfb47b1e5e5e82e4b146eb76a758/Erica%20Synths%20Steampipe.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Erica Synths Steampipe', 'page_metadata': None, 'price': 2399, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/erica-synths-steampipe/', 'vat_included': False} 2026-07-31 10:05:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:06:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/noise-engineering-incus-iteritas-alia/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/65d534d529cd7d0012e2f6a9/576cc1affc2cfa6bc2f3627c2330de05?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Noise Engineering Incus Iteritas Alia', 'page_metadata': None, 'price': 699, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/noise-engineering-incus-iteritas-alia/', 'vat_included': False} 2026-07-31 10:06:47 [scrapy.extensions.logstats] INFO: Crawled 92 pages (at 1 pages/min), scraped 82 items (at 4 items/min) 2026-07-31 10:06:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/xaoc-devices-poti/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/65d532c6a1acd20012be3e5f/a28ae1a9054f0f094c82b9b141d18cf8?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Xaoc Devices Poti II', 'page_metadata': None, 'price': 199, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/xaoc-devices-poti/', 'vat_included': False} 2026-07-31 10:06:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/joranalogue-collide-4/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/670c42fd0ce5cc00121ec906/1bf056d5d4d1dc6ba3bf1e20d37d5e33/Joranalogue%20Hainbach%20Collide%204.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Joranalogue Collide 4', 'page_metadata': None, 'price': 1099, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/joranalogue-collide-4/', 'vat_included': False} 2026-07-31 10:06:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/expert-sleepers-es-10/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/670c417af42d310012a22eae/82c2dbc7b047f73dc85b1539b8f7962a/Expert%20Sleepers%20ES-10.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Expert Sleepers ES-10', 'page_metadata': None, 'price': 729, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/expert-sleepers-es-10/', 'vat_included': False} 2026-07-31 10:06:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/konstant-lab-cable-hanger/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66aacc7fd1d8ab00126e095e/2ccc77c4a084d9ebafc3baf291bde72b/Konstant%20Lab%20Cable%20hanger.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Konstant Lab Cable Hanger', 'page_metadata': None, 'price': 59, 'ships_from_region': 'NZ', 'stock_status': 0, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/konstant-lab-cable-hanger/', 'vat_included': False} 2026-07-31 10:06:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:06:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:06:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:06:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:06:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:06:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:06:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:06:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/erica-synths-echolocator/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/67db29681c52f50011429fc6/41e8e6ca555cdd89ccb248734bad60bb/Erica%20Synths%20Echolocator.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Erica Synths Echolocator', 'page_metadata': None, 'price': 969, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/erica-synths-echolocator/', 'vat_included': False} 2026-07-31 10:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/tip-top-audio-buchla-285-frequency-shifter/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/696e9230869ebb0012ba7070/25a55bcc5b4c48c718b1f71f805743b5/TipTop%20audio%20285t.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'TipTop Audio Buchla 285 Frequency Shifter', 'page_metadata': None, 'price': 569, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/tip-top-audio-buchla-285-frequency-shifter/', 'vat_included': False} 2026-07-31 10:06:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/tip-top-audio-buchla-242-programmable-pulser/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/696e8f2d3280c300127b6fd5/61d1d19a9c7f48c72e3b247350579dec/TipTop%20audio%20242t.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'TipTop Audio Buchla 242 Programmable Pulser', 'page_metadata': None, 'price': 449, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/tip-top-audio-buchla-242-programmable-pulser/', 'vat_included': False} 2026-07-31 10:07:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:09:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/hexinverter-mindphaser/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6567c94e6ff90800123b5807/e6c499b3cb5b03fa0475b2558e405c53?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Hexinverter Mindphaser', 'page_metadata': None, 'price': 969, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/hexinverter-mindphaser/', 'vat_included': False} 2026-07-31 10:09:29 [scrapy.extensions.logstats] INFO: Crawled 100 pages (at 8 pages/min), scraped 90 items (at 8 items/min) 2026-07-31 10:09:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/erica-synths-black-stereo-delay-2/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6567c7f6c24b5400131225a1/9e77d78a8baffd5da9b6640148bedcc7?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Erica Synths Black Stereo Delay 2', 'page_metadata': None, 'price': 599, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/erica-synths-black-stereo-delay-2/', 'vat_included': False} 2026-07-31 10:09:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/hexinverter-vcno/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6567cabd36c4c40012bc9c75/f08d09b8a73dbdb5c233a99419250f96?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Hexinverter VCNO', 'page_metadata': None, 'price': 349, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/hexinverter-vcno/', 'vat_included': False} 2026-07-31 10:09:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/erica-synths-1x84hp-aluminium-skiff-case/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6567cc74cba46b0012146061/cf2677ca72c975ed3c05c14774e0414c?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Erica Synths 1x84HP Aluminium Skiff Case', 'page_metadata': None, 'price': 599, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/erica-synths-1x84hp-aluminium-skiff-case/', 'vat_included': False} 2026-07-31 10:09:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/befaco-fx-boy/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6580ac6829b4530011d492e4/38032e7fa2b6f783d3b39c5ad66b42ea?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Befaco FX Boy', 'page_metadata': None, 'price': 799, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/befaco-fx-boy/', 'vat_included': False} 2026-07-31 10:09:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:09:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:10:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:10:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:10:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:10:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:10:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/erica-synths-drum-mixer/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/658e9a0613c1c6001376b3d0/f25c7dcd5c99244d3ce0d18a3aca47e4?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Erica Synths Drum Mixer', 'page_metadata': None, 'price': 369, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/erica-synths-drum-mixer/', 'vat_included': False} 2026-07-31 10:11:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/erica-synths-black-vco-expander/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/658e9c459df3590012a212a4/81fb8a7a1655725bdbb37e2fb4d74a1d?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Erica Synths Black VCO Expander', 'page_metadata': None, 'price': 199, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/erica-synths-black-vco-expander/', 'vat_included': False} 2026-07-31 10:11:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/erica-synths-t-shirt-w-logo/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/658ea2854bfbd600122436c3/b39be782c73675112402cbc4c71c630d?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Erica Synths T-Shirt w/ Logo', 'page_metadata': None, 'price': 39.99, 'ships_from_region': 'NZ', 'stock_status': 3, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/erica-synths-t-shirt-w-logo/', 'vat_included': False} 2026-07-31 10:11:45 [scrapy.extensions.logstats] INFO: Crawled 107 pages (at 7 pages/min), scraped 97 items (at 7 items/min) 2026-07-31 10:11:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/expressive-e-osmose/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/64ac8ba034be720012458255/eb9cb4ab00c1556535a0a43a3143f2b5?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Expressive E Osmose', 'page_metadata': None, 'price': 4399, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/expressive-e-osmose/', 'vat_included': False} 2026-07-31 10:11:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/expressive-e-touche-se/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/64ac75f081656e00124ab381/886760ee9fa6d610a24a413f38e10060?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Expressive E Touché SE', 'page_metadata': None, 'price': 449, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/expressive-e-touche-se/', 'vat_included': False} 2026-07-31 10:11:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/jeanie-hana-synth/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/64acb110db10b50011cc840a/d7646aa8904496a695f622a5b37a3317?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Jeanie Hana Synth', 'page_metadata': None, 'price': 499, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/jeanie-hana-synth/', 'vat_included': False} 2026-07-31 10:11:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/chompi-club-sampler/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/64af289df1d8a00011905dc2/31a3989aec16addbbd784df280174b87?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Chompi Club Sampler', 'page_metadata': None, 'price': 999, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/chompi-club-sampler/', 'vat_included': False} 2026-07-31 10:11:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/geosynchronous-synths-tb-fx/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/64dc1785e9ffc700122e8c6d/7bd6ea3ccdb8d35ef31b247d01c7c22f?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Geosynchronous Synths TB-FX', 'page_metadata': None, 'price': 250, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/geosynchronous-synths-tb-fx/', 'vat_included': False} 2026-07-31 10:11:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/joranalogue-bias-2/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/64e13dc1bb2e0b0011eb858f/5185e65302ca58d8569660522f06d5db?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Joranalogue Bias 2', 'page_metadata': None, 'price': 169, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/joranalogue-bias-2/', 'vat_included': False} 2026-07-31 10:11:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/expert-sleepers-fh-2/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6524fe57bd238900120af2cd/b7068625be48a1777c218c87db9b348a?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Expert Sleepers FH-2', 'page_metadata': None, 'price': 569, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/expert-sleepers-fh-2/', 'vat_included': False} 2026-07-31 10:11:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/animal-factory-godeater/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/651a41c890d4450012545181/c1b9dc1668c05ac2ce585bcf91da6a35?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Animal Factory Godeater', 'page_metadata': None, 'price': 589, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/animal-factory-godeater/', 'vat_included': False} 2026-07-31 10:11:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/expressive-e-touche/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/64ac72eed7ecb1001197ac28/51c212b3660acca3e1f8cc19bea246c5?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Expressive E Touché', 'page_metadata': None, 'price': 729, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/expressive-e-touche/', 'vat_included': False} 2026-07-31 10:11:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/befaco-7u-case/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/64a3df1231ff65001238ba3d/50c04e589f877c55b23b66151b994585?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Befaco 7U Case', 'page_metadata': None, 'price': 1499, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/befaco-7u-case/', 'vat_included': False} 2026-07-31 10:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/animal-factory-coma-reactor-ii/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/651a44422cad8500122182ef/e81bd3b63d47733f11474336b6e92099?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Animal Factory Coma Reactor II', 'page_metadata': None, 'price': 429, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/animal-factory-coma-reactor-ii/', 'vat_included': False} 2026-07-31 10:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/ritual-electronics-amnis/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/651a4860d02e74001161fefa/098cf0d849305f83a6c6858dc32d1641?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Ritual Electronics Amnis', 'page_metadata': None, 'price': 359, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/ritual-electronics-amnis/', 'vat_included': False} 2026-07-31 10:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/ritual-electronics-miasma/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/651a49ec5243e50012fbc242/9659bb14728f3fecbbc829eb67ef911c?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Ritual Electronics Miasma', 'page_metadata': None, 'price': 409, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/ritual-electronics-miasma/', 'vat_included': False} 2026-07-31 10:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/geosynchronous-synths-valhalla/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/651d9a0660caac00127d7aab/df0fb04def7c454fbec65c34db0dad61?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Geosynchronous Synths Valhalla', 'page_metadata': None, 'price': 1475, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/geosynchronous-synths-valhalla/', 'vat_included': False} 2026-07-31 10:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/geosynchronous-synths-gs1-u/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6521c38706825e0012add9b2/92abbaf3984db47173b01a307a751ce9?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Geosynchronous Synths GS1-U', 'page_metadata': None, 'price': 225, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/geosynchronous-synths-gs1-u/', 'vat_included': False} 2026-07-31 10:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/expert-sleepers-lorelei/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6524e95f1d11510012f5ee23/d5753fba1cac52469c09aaf85a11a754?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Expert Sleepers Lorelei', 'page_metadata': None, 'price': 289, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/expert-sleepers-lorelei/', 'vat_included': False} 2026-07-31 10:11:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:11:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/geosynchronous-synths-gs1-m/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/64e1c5b7858e990012050910/c8ac966ad7c6fd878a3c51cd759aaf64?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Geosynchronous Synths GS1-M', 'page_metadata': None, 'price': 75, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/geosynchronous-synths-gs1-m/', 'vat_included': False} 2026-07-31 10:12:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:12:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:12:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:12:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:12:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:12:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:12:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:12:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/geosynchronous-synths-gs1-o/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/64e1c641be53950012aa65c7/cfe567b648f1581922b112dfb2c5f699?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Geosynchronous Synths GS1-O', 'page_metadata': None, 'price': 400, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/geosynchronous-synths-gs1-o/', 'vat_included': False} 2026-07-31 10:12:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/erica-synths-black-dadsr-eg2/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6525020ce29e8a001275b319/9ab909e9c06e800754c4e4cbf556dead?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Erica Synths Black DADSR EG2', 'page_metadata': None, 'price': 299, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/erica-synths-black-dadsr-eg2/', 'vat_included': False} 2026-07-31 10:12:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/erica-synths-black-dj-vcf/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6525035de1eaa60012724540/d1251c7d69752b0dbd9918047d63f97f?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Erica Synths Black DJ VCF', 'page_metadata': None, 'price': 329, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/erica-synths-black-dj-vcf/', 'vat_included': False} 2026-07-31 10:12:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/gamechanger-audio-plasma-voice/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6542dedbaf80fc00129295b0/1340d941f4f7880d595f0a3be9cdc2bd?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Gamechanger Audio Plasma Voice', 'page_metadata': None, 'price': 969, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/gamechanger-audio-plasma-voice/', 'vat_included': False} 2026-07-31 10:12:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/xaoc-devices-ostrawa/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6549b73ebfdbc00011ea3444/0712a6c71bb866884f337cf45a10d431?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Xaoc Devices Ostrawa', 'page_metadata': None, 'price': 989, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/xaoc-devices-ostrawa/', 'vat_included': False} 2026-07-31 10:12:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-patch-cables-braided/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/655965ab3b57d10012595281/0e3e86a0096625e743f3020571075eb6?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Straight & Braided (White)', 'page_metadata': None, 'price': 19.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-patch-cables-braided/', 'vat_included': False} 2026-07-31 10:12:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-patch-cables-pvc/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66a4755212b18c00129897a9/6afd7a4677bb5973058d8344c779930b/Sine%20Community%203.5mm%20Straight%20PVC%20-%20Black.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm Straight & PVC (Black)', 'page_metadata': None, 'price': 19.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-patch-cables-pvc/', 'vat_included': False} 2026-07-31 10:12:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:14:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/geosynchronous-synths-tb-seq/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/64e1c69d3a94f300120d5c52/905a1eb94e2f73eedc012394b307c657?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Geosynchronous Synths TB-SEQ', 'page_metadata': None, 'price': 250, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/geosynchronous-synths-tb-seq/', 'vat_included': False} 2026-07-31 10:14:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/make-noise-spectraphon/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/64a1f5dbfe6dc90012b65c46/15ee389230362e73580c9239a21bd9c3?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Make Noise Spectraphon', 'page_metadata': None, 'price': 1199, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/make-noise-spectraphon/', 'vat_included': False} 2026-07-31 10:14:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:14:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:14:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:14:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:14:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:14:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:14:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:15:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-zip-ties/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/655d0a5ca521e20012fc5ee5/52a2cb36a8198097d359bd1b54dcc377?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Zip Ties', 'page_metadata': None, 'price': 6.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-zip-ties/', 'vat_included': False} 2026-07-31 10:15:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/bastl-instruments-basil/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/655d13c90ecd7c0011b7e220/9738355614a1b1f6d5d455c8f497585b?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Bastl Instruments Basil', 'page_metadata': None, 'price': 549, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/bastl-instruments-basil/', 'vat_included': False} 2026-07-31 10:15:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/endorphines-ghost-pedal/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/655d21363d61450012cfda06/6634048bc4340d9ceef7dc2aa933e762?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Endorphines Ghost Pedal', 'page_metadata': None, 'price': 899, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/endorphines-ghost-pedal/', 'vat_included': False} 2026-07-31 10:15:20 [scrapy.extensions.logstats] INFO: Crawled 139 pages (at 32 pages/min), scraped 126 items (at 29 items/min) 2026-07-31 10:15:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/endorphines-golden-master-pedal/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/655d247faa67a400125208c1/eff945015dc0254b9abe25b99a0243cd?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Endorphines Golden Master Pedal', 'page_metadata': None, 'price': 589, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/endorphines-golden-master-pedal/', 'vat_included': False} 2026-07-31 10:15:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/konstant-lab-double-pwr-cable/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/655dc2230928440012eb3815/308268edf4b913f6b6107309ca522d3a?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Konstant Lab Double PWR Cable', 'page_metadata': None, 'price': 12.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/konstant-lab-double-pwr-cable/', 'vat_included': False} 2026-07-31 10:15:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/instruo-ochd-expander/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/656066eeeac5c00012a47f2a/d9c4972f5405e4b656039176b3e1ba88?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Instruo Ochd Expander', 'page_metadata': None, 'price': 219, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/instruo-ochd-expander/', 'vat_included': False} 2026-07-31 10:15:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:17:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/instruo-aradh/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/64811781b38ffe001248c7ab/a90f7e3d7e4048697db5ea09364fbe6e?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Instruo Aradh', 'page_metadata': None, 'price': 649, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/instruo-aradh/', 'vat_included': False} 2026-07-31 10:17:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/expert-sleepers-es-8/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/648114d213e7ca0012ccee9f/7aa26b3f3438166000f2defff4383b62?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Expert Sleepers ES-8', 'page_metadata': None, 'price': 799, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/expert-sleepers-es-8/', 'vat_included': False} 2026-07-31 10:17:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/noise-engineering-roucha-legio/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/648be2d08f01bf0012a1cc92/ee74e2de5474e97699ee6bb48432aa9e?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Noise Engineering Roucha Legio', 'page_metadata': None, 'price': 589, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/noise-engineering-roucha-legio/', 'vat_included': False} 2026-07-31 10:17:27 [scrapy.extensions.logstats] INFO: Crawled 140 pages (at 1 pages/min), scraped 132 items (at 6 items/min) 2026-07-31 10:17:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/doepfer-a-185-2-precision-adder/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/64924140763e4d00118c34a5/52cfea9cf14e7eb4eaaa374e4570a38d?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Doepfer A-185-2 Precision Adder', 'page_metadata': None, 'price': 189, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/doepfer-a-185-2-precision-adder/', 'vat_included': False} 2026-07-31 10:17:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/erica-synths-black-stereo-reverb/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6567c5cb6ff90800123b5371/e1d5b2e834ca00bedb9578e19ab6ec47?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Erica Synths Black Stereo Reverb', 'page_metadata': None, 'price': 599, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/erica-synths-black-stereo-reverb/', 'vat_included': False} 2026-07-31 10:17:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:17:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:17:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:17:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:17:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:17:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:17:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:17:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/hologram-chroma-console/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/65bbf527fa9f6a001233fe16/05d0687926b8cbc122b7a2a395062aa5?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Hologram Chroma Console', 'page_metadata': None, 'price': 929, 'ships_from_region': 'NZ', 'stock_status': 0, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/hologram-chroma-console/', 'vat_included': False} 2026-07-31 10:18:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/expressive-e-osmose-softcase/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/65c29946e6e39c0012469e91/42d4806a012674b64e839ee65e6036b4?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Expressive E Osmose Softcase', 'page_metadata': None, 'price': 499, 'ships_from_region': 'NZ', 'stock_status': 0, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/expressive-e-osmose-softcase/', 'vat_included': False} 2026-07-31 10:18:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/befaco-even-vco/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/65e4f7c7fcf64900126952f9/bc9594a87b8b9727712d9bc448b4d3a7?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Befaco Even VCO', 'page_metadata': None, 'price': 349, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/befaco-even-vco/', 'vat_included': False} 2026-07-31 10:19:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:23:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/make-noise-xpo/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.schema.io/synthesizer-new-zealand/6438b0732f123f00128a36ef/2c804fbffb0197af957a8275e299dd0f?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Make Noise XPO', 'page_metadata': None, 'price': 799, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/make-noise-xpo/', 'vat_included': False} 2026-07-31 10:23:49 [scrapy.extensions.logstats] INFO: Crawled 148 pages (at 8 pages/min), scraped 138 items (at 6 items/min) 2026-07-31 10:23:54 [scrapy.core.engine] INFO: Closing spider (closespider_timeout) 2026-07-31 10:23:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:23:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:23:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:23:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:23:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:23:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:23:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:23:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/make-noise-tempi/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.schema.io/synthesizer-new-zealand/6438abc22f7adc0012169c15/6a972e652ea960492ea4065faaa6f71e?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Make Noise Tempi', 'page_metadata': None, 'price': 549, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/make-noise-tempi/', 'vat_included': False} 2026-07-31 10:23:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/make-noise-wogglebug/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.schema.io/synthesizer-new-zealand/6438ad60246d3e0012f295cd/7854c12f3ec282f4455918168381d677?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Make Noise Wogglebug', 'page_metadata': None, 'price': 489, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/make-noise-wogglebug/', 'vat_included': False} 2026-07-31 10:23:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/make-noise-x-pan/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.schema.io/synthesizer-new-zealand/643923ecc647ab0012b826ec/38d64d73d8b52eb3901b6388c71b2568?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Make Noise X-Pan', 'page_metadata': None, 'price': 519, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/make-noise-x-pan/', 'vat_included': False} 2026-07-31 10:23:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/bastl-instruments-bestie/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.schema.io/synthesizer-new-zealand/6438b2fb246d3e0012f295fe/0e63caf0cd38ad8810aa44234a3c2ce1?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Bastl Instruments Bestie', 'page_metadata': None, 'price': 399, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/bastl-instruments-bestie/', 'vat_included': False} 2026-07-31 10:23:56 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/make-noise-pressure-points/ took longer than 180.0 seconds.. 2026-07-31 10:23:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/noise-engineering-yester-versio/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/646a9b83f9caad00129ee186/82b007864fb948e47c08a4fec843bd50?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Noise Engineering Yester Versio', 'page_metadata': None, 'price': 739, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/noise-engineering-yester-versio/', 'vat_included': False} 2026-07-31 10:23:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/instruo-tagh/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/646fc7819aca0800132d1f23/d26177ec16d737e827d959492d16dc8f?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Instruo Tagh', 'page_metadata': None, 'price': 549, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/instruo-tagh/', 'vat_included': False} 2026-07-31 10:23:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/acid-rain-technology-navigator/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.schema.io/synthesizer-new-zealand/647e74f3cc6f92001223704d/344839493be72063d0dafbadd11b8279?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Acid Rain Technology Navigator', 'page_metadata': None, 'price': 199, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/acid-rain-technology-navigator/', 'vat_included': False} 2026-07-31 10:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/make-noise-sto/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.schema.io/synthesizer-new-zealand/6438aa8b9ef89c00121e1440/84f2473b2c7cf40052ffe33eabaf4d42?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Make Noise STO', 'page_metadata': None, 'price': 399, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/make-noise-sto/', 'vat_included': False} 2026-07-31 10:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/make-noise-rene/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.schema.io/synthesizer-new-zealand/6438a8f09ef89c00121e141f/8e0d798ea9945a9c8aee7721f744d566?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Make Noise René', 'page_metadata': None, 'price': 1049, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/make-noise-rene/', 'vat_included': False} 2026-07-31 10:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/erica-synths-black-hadsr-eg/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/65ca7b42899ab900123e98e0/6f78c41be49693c26b4228361189fc59?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Erica Synths Black HADSR EG', 'page_metadata': None, 'price': 359, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/erica-synths-black-hadsr-eg/', 'vat_included': False} 2026-07-31 10:27:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:27:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:27:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:27:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:27:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:27:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:27:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://synthesizer.nz/sitemap.xml) 2026-07-31 10:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/erica-synths-megarack/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/65cc63691ac2e60012b0b8b6/c0611f3f2d4f4a4de747b57b0aac30de?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Erica Synths Megarack', 'page_metadata': None, 'price': 4999, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/erica-synths-megarack/', 'vat_included': False} 2026-07-31 10:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/erica-synths-messenger-bag/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/65d51efb8a9b590012eb641e/24451950cd9004087178859bdddc2abb?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Erica Synths Messenger Bag', 'page_metadata': None, 'price': 199, 'ships_from_region': 'NZ', 'stock_status': 3, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/erica-synths-messenger-bag/', 'vat_included': False} 2026-07-31 10:27:52 [scrapy.extensions.logstats] INFO: Crawled 162 pages (at 14 pages/min), scraped 150 items (at 12 items/min) 2026-07-31 10:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/hexinverter-mutant-machine/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/65d525e229cd7d0012e2bf54/d26cc396811f50b9b66a38cc37080f21?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Hexinverter Mutant Machine', 'page_metadata': None, 'price': 689, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/hexinverter-mutant-machine/', 'vat_included': False} 2026-07-31 10:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-digitone-mkii/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/6719ac6a7a40530012145b9a/1f76e25d5d9725d028359395e91fb91a/Elektron%20Digitakt%20II%20Front.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron Digitone MKII', 'page_metadata': None, 'price': 2199, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-digitone-mkii/', 'vat_included': False} 2026-07-31 10:27:52 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://synthesizer.nz/products/make-noise-lxd/ took longer than 180.0 seconds.. 2026-07-31 10:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/joranalogue-cycle-5/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/67be24cbbee7ec0013773833/fd2b2687df61a56e19863c4073d87a2f/Joranalogue%20Cycle%205%20Module.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Joranalogue Cycle 5', 'page_metadata': None, 'price': 359, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/joranalogue-cycle-5/', 'vat_included': False} 2026-07-31 10:29:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/make-noise-mult/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.schema.io/synthesizer-new-zealand/6438a6ea7042bb0012a688ae/6a463ea372c6078068ac21200a5b2231?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Make Noise Mult', 'page_metadata': None, 'price': 129, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/make-noise-mult/', 'vat_included': False} 2026-07-31 10:29:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-6-35mm-1-4-straight-pvc/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66b99d65622abc0012d1abd5/e125059328565e341130453b5b9d6b94/Sine%20Community%203.5mm%20to%206.35mm-PVC.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm > 6.35mm (1/4") Straight & PVC', 'page_metadata': None, 'price': 29.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-6-35mm-1-4-straight-pvc/', 'vat_included': False} 2026-07-31 10:29:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/sine-cables-3-5mm-6-35mm-1-4-straight-braided/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/66b9a093e870ce0012104629/d3b1072b1204e4ac16f9b5b84f97417f/Sine%20Community%203.5mm%20to%206.35mm-Braided.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Sine Cables 3.5mm > 6.35mm (1/4") Straight & Braided', 'page_metadata': None, 'price': 29.99, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/sine-cables-3-5mm-6-35mm-1-4-straight-braided/', 'vat_included': False} 2026-07-31 10:29:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/tip-top-audio-buchla-259-programmable-complex-waveform-generator/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/696e90e2cf8b940011f89eda/b077ecf2317631a1e03ec604852a1819/TipTop%20audio%20259t.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'TipTop Audio Buchla 259 Programmable Complex Waveform Generator', 'page_metadata': None, 'price': 1099, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/tip-top-audio-buchla-259-programmable-complex-waveform-generator/', 'vat_included': False} 2026-07-31 10:29:00 [scrapy.extensions.logstats] INFO: Crawled 162 pages (at 0 pages/min), scraped 157 items (at 7 items/min) 2026-07-31 10:29:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/elektron-tonverk/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/68dde12ab51df700129896ef/c39e2132b1f7885bed21c6abe4edb918/Elektron%20Tonverk.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'Elektron Tonverk', 'page_metadata': None, 'price': 2999, 'ships_from_region': 'NZ', 'stock_status': 1, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/elektron-tonverk/', 'vat_included': False} 2026-07-31 10:29:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/tip-top-audio-buchla-230-triple-envelope-follower/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/696e8c16ecf3c60012c51456/554fb305d511af51ca8ef1ecca34ce64/TipTop%20audio%20230t.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'TipTop Audio Buchla 230 Triple Envelope Follower', 'page_metadata': None, 'price': 389, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/tip-top-audio-buchla-230-triple-envelope-follower/', 'vat_included': False} 2026-07-31 10:29:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://synthesizer.nz/products/tip-top-audio-buchla-296-programmable-spectral-processor/> {'batch_id': '2532', 'currency_code': 'NZD', 'html': None, 'image_url': 'https://cdn.swell.store/synthesizer-new-zealand/696e941bcb5c38001262613a/1572b56485409660f2a67b2e5893506c/TipTop%20audio%20296t.jpg?w=1200&h=630&q=100&fit=fill', 'is_used': False, 'name': 'TipTop Audio Buchla 296 Programmable Spectral Processor', 'page_metadata': None, 'price': 1499, 'ships_from_region': 'NZ', 'stock_status': 2, 'store_code': 'synthnz', 'url': 'https://synthesizer.nz/products/tip-top-audio-buchla-296-programmable-spectral-processor/', 'vat_included': False} 2026-07-31 10:29:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): wigglehunt.com:443 2026-07-31 10:29:07 [py.warnings] WARNING: /code/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'wigglehunt.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings warnings.warn( 2026-07-31 10:30:10 [urllib3.connectionpool] DEBUG: https://wigglehunt.com:443 "GET /api/v1/_ingest-complete?store_code=synthnz&batch_id=2532 HTTP/1.1" 504 641 2026-07-31 10:30:32 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/exception_count': 50, 'downloader/exception_type_count/twisted.internet.error.TimeoutError': 21, 'downloader/exception_type_count/twisted.web._newclient.ResponseNeverReceived': 29, 'downloader/request_bytes': 90387, 'downloader/request_count': 212, 'downloader/request_method_count/GET': 212, 'downloader/response_bytes': 3311163, 'downloader/response_count': 162, 'downloader/response_status_count/200': 162, 'elapsed_time_seconds': 4324.911942, 'finish_reason': 'closespider_timeout', 'finish_time': datetime.datetime(2026, 7, 31, 10, 30, 29, 764017), 'httpcompression/response_bytes': 16373109, 'httpcompression/response_count': 162, 'item_scraped_count': 160, 'log_count/DEBUG': 375, 'log_count/INFO': 34, 'log_count/WARNING': 2, 'memusage/max': 110284800, 'memusage/startup': 59924480, 'request_depth_max': 1, 'response_received_count': 162, 'retry/count': 50, 'retry/reason_count/twisted.internet.error.TimeoutError': 21, 'retry/reason_count/twisted.web._newclient.ResponseNeverReceived': 29, 'robotstxt/request_count': 1, 'robotstxt/response_count': 1, 'robotstxt/response_status_count/200': 1, 'scheduler/dequeued': 211, 'scheduler/dequeued/memory': 211, 'scheduler/enqueued': 902, 'scheduler/enqueued/memory': 902, 'start_time': datetime.datetime(2026, 7, 31, 9, 18, 24, 852075)} 2026-07-31 10:30:32 [scrapy.core.engine] INFO: Spider closed (closespider_timeout)