2025-12-26 08:01:10 [scrapy.utils.log] INFO: Scrapy 2.8.0 started (bot: modularspiders)
2025-12-26 08:01:10 [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
2025-12-26 08:01:10 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'modularspiders',
'CLOSESPIDER_TIMEOUT': 3600,
'CONCURRENT_REQUESTS': 1,
'DOWNLOAD_DELAY': 2,
'LOG_FILE': 'logs/default/controlvoltage/e89ac106e23011f097600242ac11000b.log',
'NEWSPIDER_MODULE': 'modularspiders.spiders',
'RANDOMIZE_DOWNLOAD_DELAY': False,
'SPIDER_MODULES': ['modularspiders.spiders'],
'USER_AGENT': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, '
'like Gecko) Chrome/102.0.5005.115 Safari/537.36 '
'RuxitSynthetic/1.0 v8810621555739502634 t2689643079047278598 '
'athe94ac249 altpriv cvcv=2 cexpw=1 smf=0'}
2025-12-26 08:01:10 [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)
2025-12-26 08:01:10 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.epollreactor.EPollReactor
2025-12-26 08:01:10 [scrapy.extensions.telnet] INFO: Telnet Password: 883710552ad39ac2
2025-12-26 08:01:10 [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']
2025-12-26 08:01:10 [scrapy.middleware] INFO: Enabled downloader middlewares:
['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']
2025-12-26 08:01:10 [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']
2025-12-26 08:01:10 [scrapy.middleware] INFO: Enabled item pipelines:
['modularspiders.pipelines.MinimumViableItemPipeline',
'modularspiders.pipelines.RedisExporter',
'modularspiders.pipelines.BulkStoreUpdate']
2025-12-26 08:01:10 [scrapy.core.engine] INFO: Spider opened
2025-12-26 08:01:11 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2025-12-26 08:01:11 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6028
2025-12-26 08:01:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from
2025-12-26 08:01:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from
2025-12-26 08:01:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None)
2025-12-26 08:01:15 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page2.html
2025-12-26 08:01:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/)
2025-12-26 08:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/schlappi-engineering-100-grit-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29471307/300x250x2/schlappi-engineering-100-grit-black.jpg',
'is_used': False,
'name': 'Schlappi Engineering 100 Grit, Black',
'page_metadata': None,
'price': '280.00',
'product_code': 'CV3511',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/schlappi-engineering-100-grit-black.html',
'vat_included': False}
2025-12-26 08:01:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/)
2025-12-26 08:01:18 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page3.html
2025-12-26 08:01:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/)
2025-12-26 08:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-7u-joiner-plates-pair.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29478066/300x250x2/intellijel-7u-joiner-plates-pair-red.jpg',
'is_used': False,
'name': 'Intellijel 7U Joiner Plates (pair), Red',
'page_metadata': None,
'price': '39.00',
'product_code': 'CV2834',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-7u-joiner-plates-pair.html',
'vat_included': False}
2025-12-26 08:01:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page2.html)
2025-12-26 08:01:22 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page4.html
2025-12-26 08:01:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page2.html)
2025-12-26 08:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-aradh.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/54779162/300x250x2/instruo-aradh.jpg',
'is_used': False,
'name': 'Instruo Áradh',
'page_metadata': None,
'price': '389.00',
'product_code': 'CV4514',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/instruo-aradh.html',
'vat_included': False}
2025-12-26 08:01:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page3.html)
2025-12-26 08:01:26 [scrapy.dupefilters] DEBUG: Filtered duplicate request: - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2025-12-26 08:01:26 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page5.html
2025-12-26 08:01:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page3.html)
2025-12-26 08:01:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/buchla-banana-shorting-bar-blue.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29475826/300x250x2/buchla-banana-shorting-bar-blue.jpg',
'is_used': False,
'name': 'Buchla Banana Shorting Bar, Blue',
'page_metadata': None,
'price': '4.99',
'product_code': 'CV3263',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/buchla-banana-shorting-bar-blue.html',
'vat_included': False}
2025-12-26 08:01:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page4.html)
2025-12-26 08:01:30 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page6.html
2025-12-26 08:01:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page4.html)
2025-12-26 08:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/1010-music-bitbox-mk2.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29465954/300x250x2/1010-music-bitbox-mk2-silver.jpg',
'is_used': False,
'name': '1010 Music Bitbox MK2, SILVER',
'page_metadata': None,
'price': '649.00',
'product_code': 'CV3677',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/1010-music-bitbox-mk2.html',
'vat_included': False}
2025-12-26 08:01:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page5.html)
2025-12-26 08:01:36 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page7.html
2025-12-26 08:01:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page5.html)
2025-12-26 08:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/qu-bit-electronix-bloom-v2.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/70146895/300x250x2/qu-bit-electronix-bloom-v2.jpg',
'is_used': False,
'name': 'Qu-Bit Electronix Bloom v2',
'page_metadata': None,
'price': '499.00',
'product_code': 'CV5381',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/qu-bit-electronix-bloom-v2.html',
'vat_included': False}
2025-12-26 08:01:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page6.html)
2025-12-26 08:01:41 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page8.html
2025-12-26 08:01:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page6.html)
2025-12-26 08:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-carbon-fiber-travel-case-2x104hp.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/37765106/300x250x2/erica-synths-carbon-fiber-travel-case-2x104hp.jpg',
'is_used': False,
'name': 'Erica Synths Carbon Fiber Travel Case 2x104hp',
'page_metadata': None,
'price': '899.00',
'product_code': 'CV4040',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/erica-synths-carbon-fiber-travel-case-2x104hp.html',
'vat_included': False}
2025-12-26 08:01:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page7.html)
2025-12-26 08:01:46 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page9.html
2025-12-26 08:01:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page7.html)
2025-12-26 08:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/toppobrillo-cluster.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/53268418/300x250x2/toppobrillo-cluster.jpg',
'is_used': False,
'name': 'Toppobrillo Cluster',
'page_metadata': None,
'price': '219.00',
'product_code': 'CV4471',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/toppobrillo-cluster.html',
'vat_included': False}
2025-12-26 08:01:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page8.html)
2025-12-26 08:01:52 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page10.html
2025-12-26 08:01:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page8.html)
2025-12-26 08:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/mordax-data-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29465533/300x250x2/mordax-data-black.jpg',
'is_used': False,
'name': 'Mordax DATA, BLACK',
'page_metadata': None,
'price': '395.00',
'product_code': 'CV3288',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/mordax-data-black.html',
'vat_included': False}
2025-12-26 08:01:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page9.html)
2025-12-26 08:01:58 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page11.html
2025-12-26 08:01:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page9.html)
2025-12-26 08:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-dual-envvca.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/44871922/300x250x2/4ms-dual-envvca.jpg',
'is_used': False,
'name': '4ms Dual EnvVCA',
'page_metadata': None,
'price': '225.00',
'product_code': 'CV4224',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-dual-envvca.html',
'vat_included': False}
2025-12-26 08:02:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page10.html)
2025-12-26 08:02:04 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page12.html
2025-12-26 08:02:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page10.html)
2025-12-26 08:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/expert-sleepers-es-10.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/65779272/300x250x2/expert-sleepers-es-10.jpg',
'is_used': False,
'name': 'Expert Sleepers ES-10',
'page_metadata': None,
'price': '389.00',
'product_code': 'CV5140',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/expert-sleepers-es-10.html',
'vat_included': False}
2025-12-26 08:02:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page11.html)
2025-12-26 08:02:08 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page13.html
2025-12-26 08:02:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page11.html)
2025-12-26 08:02:13 [scrapy.extensions.logstats] INFO: Crawled 24 pages (at 24 pages/min), scraped 11 items (at 11 items/min)
2025-12-26 08:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-fsr-1u.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29471816/300x250x2/intellijel-fsr-1u.jpg',
'is_used': False,
'name': 'Intellijel FSR_1U',
'page_metadata': None,
'price': '69.00',
'product_code': 'CV3551',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-fsr-1u.html',
'vat_included': False}
2025-12-26 08:02:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page12.html)
2025-12-26 08:02:14 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page14.html
2025-12-26 08:02:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page12.html)
2025-12-26 08:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/patching-panda-hatz-v3.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/67347153/300x250x2/patching-panda-hatz-v3.jpg',
'is_used': False,
'name': 'Patching Panda Hatz v3',
'page_metadata': None,
'price': '275.00',
'product_code': 'CV5217',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/patching-panda-hatz-v3.html',
'vat_included': False}
2025-12-26 08:02:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page13.html)
2025-12-26 08:02:20 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page15.html
2025-12-26 08:02:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page13.html)
2025-12-26 08:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-jumbler.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/69993308/300x250x2/make-noise-jumbler.jpg',
'is_used': False,
'name': 'Make Noise Jumbler',
'page_metadata': None,
'price': '259.00',
'product_code': 'CV5369',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-jumbler.html',
'vat_included': False}
2025-12-26 08:02:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page14.html)
2025-12-26 08:02:26 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page16.html
2025-12-26 08:02:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page14.html)
2025-12-26 08:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-listen-4-quarters.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29466916/300x250x2/4ms-listen-4-quarters.jpg',
'is_used': False,
'name': '4ms Listen 4 Quarters',
'page_metadata': None,
'price': '209.00',
'product_code': 'CV3272',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-listen-4-quarters.html',
'vat_included': False}
2025-12-26 08:02:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page15.html)
2025-12-26 08:02:32 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page17.html
2025-12-26 08:02:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page15.html)
2025-12-26 08:02:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-mantis-green.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/43390442/300x250x2/tiptop-audio-mantis-green.jpg',
'is_used': False,
'name': 'Tiptop Audio Mantis, Green',
'page_metadata': None,
'price': '385.00',
'product_code': 'CV2392',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-mantis-green.html',
'vat_included': False}
2025-12-26 08:02:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page16.html)
2025-12-26 08:02:39 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page18.html
2025-12-26 08:02:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page16.html)
2025-12-26 08:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/noise-engineering-mimetic-digitalis.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29469463/300x250x2/noise-engineering-mimetic-digitalis-black.jpg',
'is_used': False,
'name': 'Noise Engineering Mimetic Digitalis, Black',
'page_metadata': None,
'price': '349.00',
'product_code': 'CV3047',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/noise-engineering-mimetic-digitalis.html',
'vat_included': False}
2025-12-26 08:02:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page17.html)
2025-12-26 08:02:45 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page19.html
2025-12-26 08:02:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page17.html)
2025-12-26 08:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/buchla-tiptop-audio-model-281t.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/41358428/300x250x2/buchla-tiptop-audio-model-281t.jpg',
'is_used': False,
'name': 'Buchla & Tiptop Audio Model 281t',
'page_metadata': None,
'price': '245.00',
'product_code': 'CV4093',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/buchla-tiptop-audio-model-281t.html',
'vat_included': False}
2025-12-26 08:02:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page18.html)
2025-12-26 08:02:52 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page20.html
2025-12-26 08:02:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page18.html)
2025-12-26 08:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-multigrain.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/69730521/300x250x2/intellijel-multigrain.jpg',
'is_used': False,
'name': 'Intellijel Multigrain',
'page_metadata': None,
'price': '479.00',
'product_code': 'CV5367',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-multigrain.html',
'vat_included': False}
2025-12-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page19.html)
2025-12-26 08:02:58 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page21.html
2025-12-26 08:03:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page19.html)
2025-12-26 08:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/divkid-ochd.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470793/300x250x2/divkid-ochd.jpg',
'is_used': False,
'name': 'DivKid ochd',
'page_metadata': None,
'price': '185.00',
'product_code': 'CV3613',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/divkid-ochd.html',
'vat_included': False}
2025-12-26 08:03:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page20.html)
2025-12-26 08:03:04 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page22.html
2025-12-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page20.html)
2025-12-26 08:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-palette-62hp-4u-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29475441/300x250x2/intellijel-palette-62-4u-62hp-stealth-black.jpg',
'is_used': False,
'name': 'Intellijel Palette 62 4U, 62hp, Stealth/Black',
'page_metadata': None,
'price': '299.00',
'product_code': 'CV3495',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-palette-62hp-4u-black.html',
'vat_included': False}
2025-12-26 08:03:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page21.html)
2025-12-26 08:03:09 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page23.html
2025-12-26 08:03:11 [scrapy.extensions.logstats] INFO: Crawled 43 pages (at 19 pages/min), scraped 21 items (at 10 items/min)
2025-12-26 08:03:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page21.html)
2025-12-26 08:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/expert-sleepers-persephone.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/40871727/300x250x2/expert-sleepers-persephone.jpg',
'is_used': False,
'name': 'Expert Sleepers Persephone',
'page_metadata': None,
'price': '189.00',
'product_code': 'CV4081',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/expert-sleepers-persephone.html',
'vat_included': False}
2025-12-26 08:03:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page22.html)
2025-12-26 08:03:13 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page24.html
2025-12-26 08:03:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page22.html)
2025-12-26 08:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-pico-trigger.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29467399/300x250x2/erica-synths-pico-trigger.jpg',
'is_used': False,
'name': 'Erica Synths Pico Trigger',
'page_metadata': None,
'price': '139.00',
'product_code': 'CV2341',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/erica-synths-pico-trigger.html',
'vat_included': False}
2025-12-26 08:03:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page23.html)
2025-12-26 08:03:20 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page25.html
2025-12-26 08:03:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page23.html)
2025-12-26 08:03:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-pod40x.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29475572/300x250x2/4ms-pod40x-51mm-max-module-depth.jpg',
'is_used': False,
'name': '4ms Pod40X, (51mm Max Module Depth)',
'page_metadata': None,
'price': '145.00',
'product_code': 'CV3317',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-pod40x.html',
'vat_included': False}
2025-12-26 08:03:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page24.html)
2025-12-26 08:03:25 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page26.html
2025-12-26 08:03:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page24.html)
2025-12-26 08:03:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-qplfo-kit-quad-pingable-lfo.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29475227/300x250x2/4ms-qplfo-quad-pingable-lfo-kit.jpg',
'is_used': False,
'name': '4ms QPLFO (Quad Pingable LFO), Kit',
'page_metadata': None,
'price': '185.00',
'product_code': 'CV1514',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-qplfo-kit-quad-pingable-lfo.html',
'vat_included': False}
2025-12-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page25.html)
2025-12-26 08:03:31 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page27.html
2025-12-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page25.html)
2025-12-26 08:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/patching-panda-rewire.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/73369766/300x250x2/patching-panda-rewire.jpg',
'is_used': False,
'name': 'Patching Panda Rewire',
'page_metadata': None,
'price': '199.00',
'product_code': 'CV5709',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/patching-panda-rewire.html',
'vat_included': False}
2025-12-26 08:03:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2025-12-26 08:03:36 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page28.html
2025-12-26 08:03:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2025-12-26 08:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-scmbo-shuffling-clock-multiplier-breakout.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29466565/300x250x2/4ms-scmbo-shuffling-clock-multiplier-breakout.jpg',
'is_used': False,
'name': '4ms SCMBO (Shuffling Clock Multiplier Breakout)',
'page_metadata': None,
'price': '150.00',
'product_code': 'CV0502',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-scmbo-shuffling-clock-multiplier-breakout.html',
'vat_included': False}
2025-12-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:03:42 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page29.html
2025-12-26 08:03:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/vpmede-sixswitches.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29465923/300x250x2/vpmede-sixswitches.jpg',
'is_used': False,
'name': 'vpme.de SixSwitches',
'page_metadata': None,
'price': '64.99',
'product_code': 'CV3425',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/vpmede-sixswitches.html',
'vat_included': False}
2025-12-26 08:03:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:03:47 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page30.html
2025-12-26 08:03:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tendrils-stakka.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/57668398/300x250x2/tendrils-stakka.jpg',
'is_used': False,
'name': 'Tendrils Stakka',
'page_metadata': None,
'price': '6.95',
'product_code': 'CV4656',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tendrils-stakka.html',
'vat_included': False}
2025-12-26 08:03:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:03:52 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page31.html
2025-12-26 08:03:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/modbap-modular-stubs-3-35mm-right-angle-8pk.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/55097960/300x250x2/modbap-modular-stubs-3-35mm-right-angle-8pk.jpg',
'is_used': False,
'name': 'Modbap Modular Stubs, 3", 3.5mm Right-Angle, 8pk',
'page_metadata': None,
'price': '16.99',
'product_code': 'CV4510',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/modbap-modular-stubs-3-35mm-right-angle-8pk.html',
'vat_included': False}
2025-12-26 08:03:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:03:58 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page32.html
2025-12-26 08:04:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:04:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-tete-tete.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29472240/300x250x2/intellijel-tete-tete.jpg',
'is_used': False,
'name': 'Intellijel Tete (Tête)',
'page_metadata': None,
'price': '299.00',
'product_code': 'CV3584',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-tete-tete.html',
'vat_included': False}
2025-12-26 08:04:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:04:04 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page33.html
2025-12-26 08:04:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:04:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/modbap-modular-trinity.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/48264524/300x250x2/modbap-modular-trinity.jpg',
'is_used': False,
'name': 'Modbap Modular Trinity',
'page_metadata': None,
'price': '599.99',
'product_code': 'CV4319',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/modbap-modular-trinity.html',
'vat_included': False}
2025-12-26 08:04:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:04:10 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page34.html
2025-12-26 08:04:11 [scrapy.extensions.logstats] INFO: Crawled 65 pages (at 22 pages/min), scraped 32 items (at 11 items/min)
2025-12-26 08:04:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/noise-engineering-viol-ruina.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29469476/300x250x2/noise-engineering-viol-ruina-black.jpg',
'is_used': False,
'name': 'Noise Engineering Viol Ruina, Black',
'page_metadata': None,
'price': '199.00',
'product_code': 'CV3606',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/noise-engineering-viol-ruina.html',
'vat_included': False}
2025-12-26 08:04:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:04:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:04:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-rails-104hp-pair-silve.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477421/300x250x2/tiptop-audio-z-rails-104hp-pair-silver.jpg',
'is_used': False,
'name': 'Tiptop Audio Z-Rails 104hp Pair - Silver',
'page_metadata': None,
'price': '62.00',
'product_code': 'CV0691',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z-rails-104hp-pair-silve.html',
'vat_included': False}
2025-12-26 08:04:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:04:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-zverb-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29468658/300x250x2/tiptop-audio-zverb-black.jpg',
'is_used': False,
'name': 'Tiptop Audio ZVERB, Black',
'page_metadata': None,
'price': '249.00',
'product_code': 'CV3576',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-zverb-black.html',
'vat_included': False}
2025-12-26 08:04:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:04:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/noise-engineering-zularic-repetitor.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/42917027/300x250x2/noise-engineering-zularic-repetitor-black.jpg',
'is_used': False,
'name': 'Noise Engineering Zularic Repetitor, Black',
'page_metadata': None,
'price': '239.00',
'product_code': 'CV1637',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/noise-engineering-zularic-repetitor.html',
'vat_included': False}
2025-12-26 08:04:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:04:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-zpo-zero-point-oscillator-demo-u.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/56634115/300x250x2/steady-state-fate-zpo-zero-point-oscillator.jpg',
'is_used': False,
'name': 'Steady State Fate ZPO Zero Point Oscillator',
'page_metadata': None,
'price': '419.00',
'product_code': 'CV3538',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/steady-state-fate-zpo-zero-point-oscillator-demo-u.html',
'vat_included': False}
2025-12-26 08:04:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/empress-effects-euroburo.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/36960109/300x250x2/empress-effects-zoia-euroburo.jpg',
'is_used': False,
'name': 'Empress Effects ZOIA Euroburo',
'page_metadata': None,
'price': '714.00',
'product_code': 'CV4006',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/empress-effects-euroburo.html',
'vat_included': False}
2025-12-26 08:04:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-zlin.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/72924545/300x250x2/xaoc-devices-zlin.jpg',
'is_used': False,
'name': 'XAOC Devices Zlin',
'page_metadata': None,
'price': '110.00',
'product_code': 'CV5599',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/xaoc-devices-zlin.html',
'vat_included': False}
2025-12-26 08:04:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-zeus-studio-bus.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477634/300x250x2/tiptop-audio-zeus-studio-bus.jpg',
'is_used': False,
'name': 'Tiptop Audio Zeus Studio Bus',
'page_metadata': None,
'price': '135.00',
'product_code': 'CV0907',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-zeus-studio-bus.html',
'vat_included': False}
2025-12-26 08:04:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-zeus-access.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477648/300x250x2/tiptop-audio-zeus-access.jpg',
'is_used': False,
'name': 'Tiptop Audio Zeus Access',
'page_metadata': None,
'price': '42.00',
'product_code': 'CV0909',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-zeus-access.html',
'vat_included': False}
2025-12-26 08:04:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:04:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-zeroscope-1u.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29472159/300x250x2/intellijel-zeroscope-1u.jpg',
'is_used': False,
'name': 'Intellijel Zeroscope_1U',
'page_metadata': None,
'price': '139.00',
'product_code': 'CV3256',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-zeroscope-1u.html',
'vat_included': False}
2025-12-26 08:04:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-zephyr.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/46412720/300x250x2/steady-state-fate-zephyr.jpg',
'is_used': False,
'name': 'Steady State Fate Zephyr',
'page_metadata': None,
'price': '379.00',
'product_code': 'CV4258',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/steady-state-fate-zephyr.html',
'vat_included': False}
2025-12-26 08:04:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/winter-modular-zaps.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/50552309/300x250x2/winter-plankton-zaps.jpg',
'is_used': False,
'name': 'Winter Plankton ZAPS',
'page_metadata': None,
'price': '589.99',
'product_code': 'CV4033',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/winter-modular-zaps.html',
'vat_included': False}
2025-12-26 08:05:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:05:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-zagrzeb.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/37681250/300x250x2/xaoc-devices-zagrzeb.jpg',
'is_used': False,
'name': 'XAOC Devices Zagrzeb',
'page_metadata': None,
'price': '324.00',
'product_code': 'CV4032',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/xaoc-devices-zagrzeb.html',
'vat_included': False}
2025-12-26 08:05:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:05:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-zadar-black-panel.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477372/300x250x2/xaoc-devices-zadar-black-panel.jpg',
'is_used': False,
'name': 'XAOC Devices Zadar Black Panel',
'page_metadata': None,
'price': '35.00',
'product_code': 'CV3347',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/xaoc-devices-zadar-black-panel.html',
'vat_included': False}
2025-12-26 08:05:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:05:18 [scrapy.extensions.logstats] INFO: Crawled 81 pages (at 16 pages/min), scraped 46 items (at 14 items/min)
2025-12-26 08:05:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-zadar.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29468273/300x250x2/xaoc-devices-zadar.jpg',
'is_used': False,
'name': 'XAOC Devices Zadar',
'page_metadata': None,
'price': '409.00',
'product_code': 'CV3158',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/xaoc-devices-zadar.html',
'vat_included': False}
2025-12-26 08:05:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:05:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z8000.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29468580/300x250x2/tiptop-audio-z8000.jpg',
'is_used': False,
'name': 'Tiptop Audio Z8000',
'page_metadata': None,
'price': '379.00',
'product_code': 'CV2539',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z8000.html',
'vat_included': False}
2025-12-26 08:05:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:05:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z5000-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29468644/300x250x2/tiptop-audio-z5000-black.jpg',
'is_used': False,
'name': 'Tiptop Audio Z5000, Black',
'page_metadata': None,
'price': '249.00',
'product_code': 'CV3575',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z5000-black.html',
'vat_included': False}
2025-12-26 08:05:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:05:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z4000.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29467451/300x250x2/tiptop-audio-z4000-vc-eg.jpg',
'is_used': False,
'name': 'Tiptop Audio Z4000 VC-EG',
'page_metadata': None,
'price': '204.00',
'product_code': 'CV0699',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z4000.html',
'vat_included': False}
2025-12-26 08:05:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:05:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-rails-brackets.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477774/300x250x2/tiptop-audio-z-rails-brackets-pair.jpg',
'is_used': False,
'name': 'Tiptop Audio Z-Rails Brackets, Pair',
'page_metadata': None,
'price': '16.69',
'product_code': 'CV3326',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z-rails-brackets.html',
'vat_included': False}
2025-12-26 08:05:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-rails-84hp-pair-silver.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477639/300x250x2/tiptop-audio-z-rails-84hp-pair-silver.jpg',
'is_used': False,
'name': 'Tiptop Audio Z-Rails 84hp Pair - Silver',
'page_metadata': None,
'price': '48.00',
'product_code': 'CV0435',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z-rails-84hp-pair-silver.html',
'vat_included': False}
2025-12-26 08:05:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2025-12-26 08:05:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-rails-84hp-pair-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477572/300x250x2/tiptop-audio-z-rails-84hp-pair-black.jpg',
'is_used': False,
'name': 'Tiptop Audio Z-Rails 84hp Pair - Black',
'page_metadata': None,
'price': '48.00',
'product_code': 'CV0202',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z-rails-84hp-pair-black.html',
'vat_included': False}
2025-12-26 08:05:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:06:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-rails-104hp-pair-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477624/300x250x2/tiptop-audio-z-rails-104hp-pair-black.jpg',
'is_used': False,
'name': 'Tiptop Audio Z-Rails 104hp Pair - Black',
'page_metadata': None,
'price': '62.00',
'product_code': 'CV0946',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z-rails-104hp-pair-black.html',
'vat_included': False}
2025-12-26 08:06:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:06:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-ears-tabletop-silver.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/41635884/300x250x2/tiptop-audio-z-ears-tabletop-silver.jpg',
'is_used': False,
'name': 'Tiptop Audio Z-Ears Tabletop - Silver',
'page_metadata': None,
'price': '28.50',
'product_code': 'CV0755',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z-ears-tabletop-silver.html',
'vat_included': False}
2025-12-26 08:06:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:06:15 [scrapy.extensions.logstats] INFO: Crawled 90 pages (at 9 pages/min), scraped 55 items (at 9 items/min)
2025-12-26 08:06:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-ears-tabletop-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477405/300x250x2/tiptop-audio-z-ears-tabletop-black.jpg',
'is_used': False,
'name': 'Tiptop Audio Z-Ears Tabletop - Black',
'page_metadata': None,
'price': '28.50',
'product_code': 'CV0426',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z-ears-tabletop-black.html',
'vat_included': False}
2025-12-26 08:06:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:06:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-ears-rackmount-silver.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/32309530/300x250x2/tiptop-audio-z-ears-rackmount-silver.jpg',
'is_used': False,
'name': 'Tiptop Audio Z-Ears Rackmount - Silver',
'page_metadata': None,
'price': '23.50',
'product_code': 'CV0485',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z-ears-rackmount-silver.html',
'vat_included': False}
2025-12-26 08:06:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:06:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-dsp.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29468632/300x250x2/tiptop-audio-z-dsp.jpg',
'is_used': False,
'name': 'Tiptop Audio Z-DSP',
'page_metadata': None,
'price': '542.00',
'product_code': 'CV3076',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z-dsp.html',
'vat_included': False}
2025-12-26 08:06:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:06:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/hosa-y-cable-male-35mm-stereo-female-35mm-dual.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477224/300x250x2/hosa-y-cable-35mm-stereo-male-to-dual-35mm-mono-fe.jpg',
'is_used': False,
'name': 'Hosa Y-Cable, 3.5mm Stereo Male to Dual 3.5mm Mono Female',
'page_metadata': None,
'price': '7.95',
'product_code': 'CV0347',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/hosa-y-cable-male-35mm-stereo-female-35mm-dual.html',
'vat_included': False}
2025-12-26 08:06:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:06:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-xpo.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/47373442/300x250x2/make-noise-xpo.jpg',
'is_used': False,
'name': 'Make Noise XPO',
'page_metadata': None,
'price': '299.00',
'product_code': 'CV4283',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-xpo.html',
'vat_included': False}
2025-12-26 08:06:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:06:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-xoh.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470294/300x250x2/make-noise-xoh.jpg',
'is_used': False,
'name': 'Make Noise XOH',
'page_metadata': None,
'price': '110.00',
'product_code': 'CV3539',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-xoh.html',
'vat_included': False}
2025-12-26 08:06:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:06:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-xfade-1u.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/70648190/300x250x2/intellijel-xfade-1u.jpg',
'is_used': False,
'name': 'Intellijel Xfade 1U',
'page_metadata': None,
'price': '189.00',
'product_code': 'CV5410',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-xfade-1u.html',
'vat_included': False}
2025-12-26 08:06:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:06:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-x-pan.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470291/300x250x2/make-noise-x-pan.jpg',
'is_used': False,
'name': 'Make Noise X-PAN',
'page_metadata': None,
'price': '259.00',
'product_code': 'CV3367',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-x-pan.html',
'vat_included': False}
2025-12-26 08:06:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:07:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-x-y-io-1u.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29472262/300x250x2/intellijel-x-y-io-1u.jpg',
'is_used': False,
'name': 'Intellijel X Y IO_1U',
'page_metadata': None,
'price': '19.00',
'product_code': 'CV3806',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-x-y-io-1u.html',
'vat_included': False}
2025-12-26 08:07:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:07:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/this-is-not-rocket-science-wobbler2.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/56048716/300x250x2/this-is-not-rocket-science-wobbler2.jpg',
'is_used': False,
'name': 'This Is Not Rocket Science Wobbler2',
'page_metadata': None,
'price': '389.99',
'product_code': 'CV4572',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/this-is-not-rocket-science-wobbler2.html',
'vat_included': False}
2025-12-26 08:07:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:07:13 [scrapy.extensions.logstats] INFO: Crawled 100 pages (at 10 pages/min), scraped 65 items (at 10 items/min)
2025-12-26 08:07:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-wifi-expander-for-metamodule.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/67010149/300x250x2/4ms-wifi-expander-for-metamodule.jpg',
'is_used': False,
'name': '4ms Wifi Expander (for MetaModule)',
'page_metadata': None,
'price': '100.00',
'product_code': 'CV5214',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-wifi-expander-for-metamodule.html',
'vat_included': False}
2025-12-26 08:07:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:07:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-white-flatted-knobs-small-10pk.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/34043138/300x250x2/make-noise-white-flatted-knobs-small-10pk.jpg',
'is_used': False,
'name': 'Make Noise White Flatted Knobs, Small, 10pk',
'page_metadata': None,
'price': '12.50',
'product_code': 'CV3898',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-white-flatted-knobs-small-10pk.html',
'vat_included': False}
2025-12-26 08:07:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:07:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-white-flatted-knobs-medium-10pk.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/34043217/300x250x2/make-noise-white-flatted-knobs-medium-10pk.jpg',
'is_used': False,
'name': 'Make Noise White Flatted Knobs, Medium, 10pk',
'page_metadata': None,
'price': '15.00',
'product_code': 'CV3897',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-white-flatted-knobs-medium-10pk.html',
'vat_included': False}
2025-12-26 08:07:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:07:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-white-flatted-knobs-large-5pk.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/34043184/300x250x2/make-noise-white-flatted-knobs-large-5pk.jpg',
'is_used': False,
'name': 'Make Noise White Flatted Knobs, Large, 5pk',
'page_metadata': None,
'price': '11.25',
'product_code': 'CV3896',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-white-flatted-knobs-large-5pk.html',
'vat_included': False}
2025-12-26 08:07:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:07:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/ampersand-ampersand-wear-tear.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/64022064/300x250x2/ampersand-ampersand-wear-tear.jpg',
'is_used': False,
'name': 'Ampersand Ampersand Wear & Tear',
'page_metadata': None,
'price': '350.00',
'product_code': 'CV5083',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/ampersand-ampersand-wear-tear.html',
'vat_included': False}
2025-12-26 08:07:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:07:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/bastl-instruments-waver.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470533/300x250x2/bastl-instruments-waver.jpg',
'is_used': False,
'name': 'Bastl Instruments Waver',
'page_metadata': None,
'price': '303.00',
'product_code': 'CV3616',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/bastl-instruments-waver.html',
'vat_included': False}
2025-12-26 08:07:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:07:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-wav-recorder.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29466028/300x250x2/4ms-wav-recorder.jpg',
'is_used': False,
'name': '4ms WAV Recorder',
'page_metadata': None,
'price': '269.00',
'product_code': 'CV3075',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-wav-recorder.html',
'vat_included': False}
2025-12-26 08:07:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:07:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-vortices.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470863/300x250x2/steady-state-fate-vortices.jpg',
'is_used': False,
'name': 'Steady State Fate Vortices',
'page_metadata': None,
'price': '379.00',
'product_code': 'CV3838',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/steady-state-fate-vortices.html',
'vat_included': False}
2025-12-26 08:07:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:07:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-vortex-art.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/61634025/300x250x2/tiptop-audio-vortex-art.jpg',
'is_used': False,
'name': 'Tiptop Audio VORTEX ART',
'page_metadata': None,
'price': '259.00',
'product_code': 'CV4715',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-vortex-art.html',
'vat_included': False}
2025-12-26 08:07:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:07:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-vortex-6-art.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/68835884/300x250x2/tiptop-audio-vortex-6-art.jpg',
'is_used': False,
'name': 'Tiptop Audio Vortex 6 ART',
'page_metadata': None,
'price': '575.00',
'product_code': 'CV5336',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-vortex-6-art.html',
'vat_included': False}
2025-12-26 08:07:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2025-12-26 08:08:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/befaco-voltio.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/61062801/300x250x2/befaco-voltio.jpg',
'is_used': False,
'name': 'Befaco Voltio',
'page_metadata': None,
'price': '180.00',
'product_code': 'CV4755',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/befaco-voltio.html',
'vat_included': False}
2025-12-26 08:08:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-vinca-demo-unit.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/72928706/300x250x2/instruo-vinca-demo-unit.jpg',
'is_used': False,
'name': 'Instruo vinca, DEMO UNIT',
'page_metadata': None,
'price': '210.00',
'product_code': 'CV5573',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/instruo-vinca-demo-unit.html',
'vat_included': False}
2025-12-26 08:08:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-vinca.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470686/300x250x2/instruo-vinca.jpg',
'is_used': False,
'name': 'Instruo vinca',
'page_metadata': None,
'price': '239.00',
'product_code': 'CV3541',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/instruo-vinca.html',
'vat_included': False}
2025-12-26 08:08:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/forge-tme-vhikk-x.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/70754805/300x250x2/forge-tme-vhikk-x.jpg',
'is_used': False,
'name': 'Forge TME Vhikk X',
'page_metadata': None,
'price': '599.00',
'product_code': 'CV5417',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/forge-tme-vhikk-x.html',
'vat_included': False}
2025-12-26 08:08:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:13 [scrapy.extensions.logstats] INFO: Crawled 114 pages (at 14 pages/min), scraped 79 items (at 14 items/min)
2025-12-26 08:08:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/2hp-verb.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/57968486/300x250x2/2hp-verb-silver.jpg',
'is_used': False,
'name': '2hp Verb, Silver',
'page_metadata': None,
'price': '149.00',
'product_code': 'CV2671',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/2hp-verb.html',
'vat_included': False}
2025-12-26 08:08:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/2hp-vco.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/57968487/300x250x2/2hp-vco-silver.jpg',
'is_used': False,
'name': '2hp VCO, Silver',
'page_metadata': None,
'price': '134.00',
'product_code': 'CV3016',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/2hp-vco.html',
'vat_included': False}
2025-12-26 08:08:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/befaco-vcmc.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/43789895/300x250x2/befaco-vcmc.jpg',
'is_used': False,
'name': 'Befaco VCMC',
'page_metadata': None,
'price': '400.00',
'product_code': 'CV4189',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/befaco-vcmc.html',
'vat_included': False}
2025-12-26 08:08:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-vca-matrix.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29466890/300x250x2/4ms-vca-matrix.jpg',
'is_used': False,
'name': '4ms VCA Matrix',
'page_metadata': None,
'price': '375.00',
'product_code': 'CV0304',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-vca-matrix.html',
'vat_included': False}
2025-12-26 08:08:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-vca.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29468267/300x250x2/tiptop-audio-vca.jpg',
'is_used': False,
'name': 'Tiptop Audio VCA',
'page_metadata': None,
'price': '125.00',
'product_code': 'CV3264',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-vca.html',
'vat_included': False}
2025-12-26 08:08:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/mosaic-variable-delay.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/41033240/300x250x2/mosaic-1u-variable-delay-black.jpg',
'is_used': False,
'name': 'Mosaic 1U Variable Delay, Black',
'page_metadata': None,
'price': '119.00',
'product_code': 'CV3983',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/mosaic-variable-delay.html',
'vat_included': False}
2025-12-26 08:08:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-v-oct-quantizer-art.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/61634020/300x250x2/tiptop-audio-v-oct-quantizer-art.jpg',
'is_used': False,
'name': 'Tiptop Audio V/OCT QUANTIZER ART',
'page_metadata': None,
'price': '269.00',
'product_code': 'CV4790',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-v-oct-quantizer-art.html',
'vat_included': False}
2025-12-26 08:08:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-v-mutes.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/40667535/300x250x2/steady-state-fate-v-mutes.jpg',
'is_used': False,
'name': 'Steady State Fate V-MUTES',
'page_metadata': None,
'price': '139.00',
'product_code': 'CV4068',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/steady-state-fate-v-mutes.html',
'vat_included': False}
2025-12-26 08:08:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-uzeus-power-supply-w-fly.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477633/300x250x2/tiptop-audio-uzeus-w-flying-busboard-silver.jpg',
'is_used': False,
'name': 'Tiptop Audio uZeus w/ Flying Busboard, Silver',
'page_metadata': None,
'price': '89.00',
'product_code': 'CV0423',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-uzeus-power-supply-w-fly.html',
'vat_included': False}
2025-12-26 08:08:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-uzeus-w-flying-busboard-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/36030673/300x250x2/tiptop-audio-uzeus-w-flying-busboard-black.jpg',
'is_used': False,
'name': 'Tiptop Audio uZeus w/ Flying Busboard, Black',
'page_metadata': None,
'price': '89.00',
'product_code': 'CV3993',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-uzeus-w-flying-busboard-black.html',
'vat_included': False}
2025-12-26 08:08:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-usb-power-1u.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29471860/300x250x2/intellijel-usb-power-1u.jpg',
'is_used': False,
'name': 'Intellijel USB Power_1U',
'page_metadata': None,
'price': '17.00',
'product_code': 'CV2109',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-usb-power-1u.html',
'vat_included': False}
2025-12-26 08:08:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-unity-mixer.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/57976880/300x250x2/intellijel-unity-mixer.jpg',
'is_used': False,
'name': 'Intellijel Unity Mixer',
'page_metadata': None,
'price': '79.00',
'product_code': 'CV0563',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-unity-mixer.html',
'vat_included': False}
2025-12-26 08:08:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-umidi.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29471828/300x250x2/intellijel-umidi.jpg',
'is_used': False,
'name': 'Intellijel uMIDI',
'page_metadata': None,
'price': '229.00',
'product_code': 'CV1982',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-umidi.html',
'vat_included': False}
2025-12-26 08:08:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-ultra-random-redux.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/62210779/300x250x2/steady-state-fate-ultra-random-redux.jpg',
'is_used': False,
'name': 'Steady State Fate Ultra-Random Redux',
'page_metadata': None,
'price': '309.00',
'product_code': 'CV4994',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/steady-state-fate-ultra-random-redux.html',
'vat_included': False}
2025-12-26 08:08:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-ultra-kick.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/41685297/300x250x2/steady-state-fate-ultra-kick.jpg',
'is_used': False,
'name': 'Steady State Fate Ultra Kick',
'page_metadata': None,
'price': '349.00',
'product_code': 'CV4117',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/steady-state-fate-ultra-kick.html',
'vat_included': False}
2025-12-26 08:08:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-tyso-daiko-used.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/72554222/300x250x2/alm-busy-circuits-tyso-daiko-used.jpg',
'is_used': True,
'name': 'ALM Busy Circuits Tyso Daiko, USED',
'page_metadata': None,
'price': '300.00',
'product_code': 'CV5135',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/alm-busy-circuits-tyso-daiko-used.html',
'vat_included': False}
2025-12-26 08:08:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:08:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-tyso-daiko.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/40865175/300x250x2/alm-busy-circuits-tyso-daiko.jpg',
'is_used': False,
'name': 'ALM Busy Circuits Tyso Daiko',
'page_metadata': None,
'price': '375.00',
'product_code': 'CV4080',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/alm-busy-circuits-tyso-daiko.html',
'vat_included': False}
2025-12-26 08:09:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:09:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-ts-l.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470730/300x250x2/instruo-ts-l.jpg',
'is_used': False,
'name': 'Instruo Ts-L',
'page_metadata': None,
'price': '315.00',
'product_code': 'CV3442',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/instruo-ts-l.html',
'vat_included': False}
2025-12-26 08:09:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:09:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-triptych.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/33550917/300x250x2/steady-state-fate-triptych.jpg',
'is_used': False,
'name': 'Steady State Fate Triptych',
'page_metadata': None,
'price': '399.00',
'product_code': 'CV3933',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/steady-state-fate-triptych.html',
'vat_included': False}
2025-12-26 08:09:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2025-12-26 08:09:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-tripplat.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29472031/300x250x2/intellijel-triplatt.jpg',
'is_used': False,
'name': 'Intellijel Triplatt',
'page_metadata': None,
'price': '109.00',
'product_code': 'CV3481',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-tripplat.html',
'vat_included': False}
2025-12-26 08:09:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:11 [scrapy.extensions.logstats] INFO: Crawled 134 pages (at 20 pages/min), scraped 99 items (at 20 items/min)
2025-12-26 08:09:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-trigger-riot-white.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29468661/300x250x2/tiptop-audio-trigger-riot-white.jpg',
'is_used': False,
'name': 'Tiptop Audio Trigger Riot, White',
'page_metadata': None,
'price': '475.00',
'product_code': 'CV3735',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-trigger-riot-white.html',
'vat_included': False}
2025-12-26 08:09:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-trigger-riot-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29468686/300x250x2/tiptop-audio-trigger-riot-black.jpg',
'is_used': False,
'name': 'Tiptop Audio Trigger Riot, Black',
'page_metadata': None,
'price': '475.00',
'product_code': 'CV3736',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-trigger-riot-black.html',
'vat_included': False}
2025-12-26 08:09:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/rossum-electro-music-trident.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29471117/300x250x2/rossum-electro-music-trident.jpg',
'is_used': False,
'name': 'Rossum Electro-Music Trident',
'page_metadata': None,
'price': '899.00',
'product_code': 'CV3278',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/rossum-electro-music-trident.html',
'vat_included': False}
2025-12-26 08:09:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/modbap-modular-transit.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/44806265/300x250x2/modbap-modular-transit.jpg',
'is_used': False,
'name': 'Modbap Modular Transit',
'page_metadata': None,
'price': '259.99',
'product_code': 'CV4205',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/modbap-modular-transit.html',
'vat_included': False}
2025-12-26 08:09:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/divkid-trace.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/65357881/300x250x2/divkid-trace.jpg',
'is_used': False,
'name': 'DivKid Trace',
'page_metadata': None,
'price': '139.99',
'product_code': 'CV5111',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/divkid-trace.html',
'vat_included': False}
2025-12-26 08:09:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/modcan-touch-sequencer-used.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/73184137/300x250x2/modcan-touch-sequencer-used.jpg',
'is_used': True,
'name': 'Modcan Touch-Sequencer, USED',
'page_metadata': None,
'price': '540.00',
'product_code': 'CV5715',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/modcan-touch-sequencer-used.html',
'vat_included': False}
2025-12-26 08:09:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/exploding-shed-touch-source.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/42109521/300x250x2/exploding-shed-touch-source.jpg',
'is_used': False,
'name': 'Exploding Shed Touch Source',
'page_metadata': None,
'price': '50.00',
'product_code': 'CV4122',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/exploding-shed-touch-source.html',
'vat_included': False}
2025-12-26 08:09:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/exploding-shed-touch-points-orange.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/42109804/300x250x2/exploding-shed-touch-points-orange.jpg',
'is_used': False,
'name': 'Exploding Shed Touch Points, Orange',
'page_metadata': None,
'price': '38.00',
'product_code': 'CV4123',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/exploding-shed-touch-points-orange.html',
'vat_included': False}
2025-12-26 08:09:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/exploding-shed-touch-points-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/44182489/300x250x2/exploding-shed-touch-points-black.jpg',
'is_used': False,
'name': 'Exploding Shed Touch Points, Black',
'page_metadata': None,
'price': '38.00',
'product_code': 'CV4199',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/exploding-shed-touch-points-black.html',
'vat_included': False}
2025-12-26 08:09:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-toms909.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/36030215/300x250x2/tiptop-audio-toms909.jpg',
'is_used': False,
'name': 'Tiptop Audio TOMS909',
'page_metadata': None,
'price': '422.00',
'product_code': 'CV1031',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-toms909.html',
'vat_included': False}
2025-12-26 08:09:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-toms-demo-unit.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/66036947/300x250x2/erica-synths-toms-demo-unit.jpg',
'is_used': False,
'name': 'Erica Synths Toms, DEMO UNIT',
'page_metadata': None,
'price': '329.00',
'product_code': 'CV5144',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/erica-synths-toms-demo-unit.html',
'vat_included': False}
2025-12-26 08:09:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-toms.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29467774/300x250x2/erica-synths-toms.jpg',
'is_used': False,
'name': 'Erica Synths Toms',
'page_metadata': None,
'price': '399.00',
'product_code': 'CV3081',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/erica-synths-toms.html',
'vat_included': False}
2025-12-26 08:09:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/expert-sleepers-tiny-midi-breakout-tmb.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/57976763/300x250x2/expert-sleepers-tiny-midi-breakout-tmb.jpg',
'is_used': False,
'name': 'Expert Sleepers Tiny MIDI breakout (TMB)',
'page_metadata': None,
'price': '59.00',
'product_code': 'CV4016',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/expert-sleepers-tiny-midi-breakout-tmb.html',
'vat_included': False}
2025-12-26 08:09:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-timiszoara.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/42108957/300x250x2/xaoc-devices-timiszoara.jpg',
'is_used': False,
'name': 'XAOC Devices Timiszoara',
'page_metadata': None,
'price': '449.00',
'product_code': 'CV4120',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/xaoc-devices-timiszoara.html',
'vat_included': False}
2025-12-26 08:09:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/snazzy-fx-tidal-wave-used.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/71185890/300x250x2/snazzy-fx-tidal-wave-used.jpg',
'is_used': True,
'name': 'Snazzy FX Tidal Wave, USED',
'page_metadata': None,
'price': '390.00',
'product_code': 'CV5454',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/snazzy-fx-tidal-wave-used.html',
'vat_included': False}
2025-12-26 08:09:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-thru-stem-ripper-expander.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/71738331/300x250x2/alm-busy-circuits-thru-stem-ripper-expander.jpg',
'is_used': False,
'name': 'ALM Busy Circuits Thru (Stem Ripper Expander)',
'page_metadata': None,
'price': '80.00',
'product_code': 'CV5486',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/alm-busy-circuits-thru-stem-ripper-expander.html',
'vat_included': False}
2025-12-26 08:09:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/schlappi-engineering-three-body-silver.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/48948013/300x250x2/schlappi-engineering-three-body-silver.jpg',
'is_used': False,
'name': 'Schlappi Engineering Three Body, Silver',
'page_metadata': None,
'price': '595.00',
'product_code': 'CV4321',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/schlappi-engineering-three-body-silver.html',
'vat_included': False}
2025-12-26 08:09:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/schlappi-engineering-three-body-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/48948022/300x250x2/schlappi-engineering-three-body-black.jpg',
'is_used': False,
'name': 'Schlappi Engineering Three Body, Black',
'page_metadata': None,
'price': '595.00',
'product_code': 'CV4322',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/schlappi-engineering-three-body-black.html',
'vat_included': False}
2025-12-26 08:09:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:09:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/earthquaker-devices-the-wave-transformer.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/60681211/300x250x2/earthquaker-devices-the-wave-transformer.jpg',
'is_used': False,
'name': 'EarthQuaker Devices The Wave Transformer',
'page_metadata': None,
'price': '199.00',
'product_code': 'CV4762',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/earthquaker-devices-the-wave-transformer.html',
'vat_included': False}
2025-12-26 08:10:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:10:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-the-resynthesizer.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/66834216/300x250x2/make-noise-the-resynthesizer.jpg',
'is_used': False,
'name': 'Make Noise The ReSynthesizer',
'page_metadata': None,
'price': '4599.00',
'product_code': 'CV5205',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-the-resynthesizer.html',
'vat_included': False}
2025-12-26 08:10:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:10:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-tetrapad.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29471943/300x250x2/intellijel-tetrapad.jpg',
'is_used': False,
'name': 'Intellijel Tetrapad',
'page_metadata': None,
'price': '299.00',
'product_code': 'CV2714',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-tetrapad.html',
'vat_included': False}
2025-12-26 08:10:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:10:12 [scrapy.extensions.logstats] INFO: Crawled 155 pages (at 21 pages/min), scraped 120 items (at 21 items/min)
2025-12-26 08:10:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/manifold-research-centre-tetragrid.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/41087026/300x250x2/manifold-research-centre-tetragrid.jpg',
'is_used': False,
'name': 'Manifold Research Centre Tetragrid',
'page_metadata': None,
'price': '389.00',
'product_code': 'CV4086',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/manifold-research-centre-tetragrid.html',
'vat_included': False}
2025-12-26 08:10:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2025-12-26 08:10:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-tete-tete-demo-unit.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/72928618/300x250x2/intellijel-tete-tete-demo-unit.jpg',
'is_used': False,
'name': 'Intellijel Tete (Tête), DEMO UNIT',
'page_metadata': None,
'price': '265.00',
'product_code': 'CV5566',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-tete-tete-demo-unit.html',
'vat_included': False}
2025-12-26 08:10:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:10:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-tempi.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470141/300x250x2/make-noise-tempi.jpg',
'is_used': False,
'name': 'Make Noise TEMPi',
'page_metadata': None,
'price': '269.00',
'product_code': 'CV2045',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-tempi.html',
'vat_included': False}
2025-12-26 08:10:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:10:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-tazm-o.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/55057203/300x250x2/alm-busy-circuits-tazm-o.jpg',
'is_used': False,
'name': 'ALM Busy Circuits TAZM-O',
'page_metadata': None,
'price': '420.00',
'product_code': 'CV4501',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/alm-busy-circuits-tazm-o.html',
'vat_included': False}
2025-12-26 08:10:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:10:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-tapographic-delay-used.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/66036383/300x250x2/4ms-tapographic-delay-used.jpg',
'is_used': True,
'name': '4ms Tapographic Delay, USED',
'page_metadata': None,
'price': '369.00',
'product_code': 'CV5145',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-tapographic-delay-used.html',
'vat_included': False}
2025-12-26 08:10:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:10:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-tapographic-delay-td-faceplate-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477549/300x250x2/4ms-tapographic-delay-td-faceplate-black.jpg',
'is_used': False,
'name': '4ms Tapographic Delay (TD) Faceplate - Black',
'page_metadata': None,
'price': '29.00',
'product_code': 'CV3136',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-tapographic-delay-td-faceplate-black.html',
'vat_included': False}
2025-12-26 08:10:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:10:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-tapographic-delay.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29466911/300x250x2/4ms-tapographic-delay.jpg',
'is_used': False,
'name': '4ms Tapographic Delay',
'page_metadata': None,
'price': '415.00',
'product_code': 'CV2851',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-tapographic-delay.html',
'vat_included': False}
2025-12-26 08:10:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:10:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-tape-microsound-music-machine.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/48846864/300x250x2/make-noise-tape-microsound-music-machine.jpg',
'is_used': False,
'name': 'Make Noise Tape & Microsound Music Machine',
'page_metadata': None,
'price': '2120.00',
'product_code': 'CV3658',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-tape-microsound-music-machine.html',
'vat_included': False}
2025-12-26 08:10:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:10:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-tanh-3.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470786/300x250x2/instruo-tanh-3.jpg',
'is_used': False,
'name': 'Instruo Tanh 3',
'page_metadata': None,
'price': '169.00',
'product_code': 'CV3439',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/instruo-tanh-3.html',
'vat_included': False}
2025-12-26 08:10:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:10:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-tangrams.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/56872189/300x250x2/intellijel-tangrams.jpg',
'is_used': False,
'name': 'Intellijel Tangrams',
'page_metadata': None,
'price': '239.00',
'product_code': 'CV4618',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-tangrams.html',
'vat_included': False}
2025-12-26 08:10:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:10:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-tangle-quartet.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470341/300x250x2/alm-busy-circuits-tangle-quartet.jpg',
'is_used': False,
'name': 'ALM Busy Circuits Tangle Quartet',
'page_metadata': None,
'price': '220.00',
'product_code': 'CV2806',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/alm-busy-circuits-tangle-quartet.html',
'vat_included': False}
2025-12-26 08:10:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:10:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-tain.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470826/300x250x2/instruo-tain.jpg',
'is_used': False,
'name': 'Instruo Tain',
'page_metadata': None,
'price': '189.00',
'product_code': 'CV3763',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/instruo-tain.html',
'vat_included': False}
2025-12-26 08:10:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:10:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-tagh.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/57977601/300x250x2/instruo-tagh.jpg',
'is_used': False,
'name': 'Instruo Tágh',
'page_metadata': None,
'price': '329.00',
'product_code': 'CV4514',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/instruo-tagh.html',
'vat_included': False}
2025-12-26 08:10:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:11:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/roland-system-500-572-phase-shifter-delay-lfo-demo.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/65231354/300x250x2/roland-system-500-572-phase-shifter-delay-lfo-demo.jpg',
'is_used': False,
'name': 'Roland System-500 572 Phase Shifter/Delay/LFO, DEMO UNIT',
'page_metadata': None,
'price': '379.00',
'product_code': 'CV5121',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/roland-system-500-572-phase-shifter-delay-lfo-demo.html',
'vat_included': False}
2025-12-26 08:11:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:11:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/roland-system-500-572-phase-shifter-delay-lfo.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29471619/300x250x2/roland-system-500-572-phase-shifter-delay-lfo.jpg',
'is_used': False,
'name': 'Roland System-500 572 Phase Shifter/Delay/LFO',
'page_metadata': None,
'price': '419.99',
'product_code': 'CV2070',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/roland-system-500-572-phase-shifter-delay-lfo.html',
'vat_included': False}
2025-12-26 08:11:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:11:11 [scrapy.extensions.logstats] INFO: Crawled 170 pages (at 15 pages/min), scraped 135 items (at 15 items/min)
2025-12-26 08:11:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/roland-system-500-540-dual-envelope-lfo-demo-unit.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/65231404/300x250x2/roland-system-500-540-dual-envelope-lfo-demo-unit.jpg',
'is_used': False,
'name': 'Roland System-500 540 Dual Envelope/LFO, DEMO UNIT',
'page_metadata': None,
'price': '350.00',
'product_code': 'CV5113',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/roland-system-500-540-dual-envelope-lfo-demo-unit.html',
'vat_included': False}
2025-12-26 08:11:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:11:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/roland-system-500-540-dual-envelope-lfo.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29471585/300x250x2/roland-system-500-540-dual-envelope-lfo.jpg',
'is_used': False,
'name': 'Roland System-500 540 Dual Envelope/LFO',
'page_metadata': None,
'price': '399.99',
'product_code': 'CV2069',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/roland-system-500-540-dual-envelope-lfo.html',
'vat_included': False}
2025-12-26 08:11:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:11:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/roland-system-500-530-vca.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29471612/300x250x2/roland-system-500-530-vca.jpg',
'is_used': False,
'name': 'Roland System-500 530 VCA',
'page_metadata': None,
'price': '329.99',
'product_code': 'CV2068',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/roland-system-500-530-vca.html',
'vat_included': False}
2025-12-26 08:11:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:11:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/roland-system-500-510-synthesizer.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470486/300x250x2/roland-system-500-510-synthesizer.jpg',
'is_used': False,
'name': 'Roland System-500 510 Synthesizer',
'page_metadata': None,
'price': '429.99',
'product_code': 'CV3065',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/roland-system-500-510-synthesizer.html',
'vat_included': False}
2025-12-26 08:11:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:11:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-swn-spherical-wavetable-navigator.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29466010/300x250x2/4ms-swn-spherical-wavetable-navigator.jpg',
'is_used': False,
'name': '4ms SWN (Spherical Wavetable Navigator)',
'page_metadata': None,
'price': '599.00',
'product_code': 'CV3340',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-swn-spherical-wavetable-navigator.html',
'vat_included': False}
2025-12-26 08:11:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:11:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-svf-1u.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/56872185/300x250x2/intellijel-svf-1u.jpg',
'is_used': False,
'name': 'Intellijel SVF 1U',
'page_metadata': None,
'price': '139.00',
'product_code': 'CV4619',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-svf-1u.html',
'vat_included': False}
2025-12-26 08:11:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:11:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/weston-precision-audio-sv1-dual-stereo-vca.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/63804033/300x250x2/weston-precision-audio-sv1-dual-stereo-vca.jpg',
'is_used': False,
'name': 'Weston Precision Audio SV1 Dual / Stereo VCA',
'page_metadata': None,
'price': '220.00',
'product_code': 'CV5079',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/weston-precision-audio-sv1-dual-stereo-vca.html',
'vat_included': False}
2025-12-26 08:11:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:11:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/qu-bit-electronix-surface.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29469822/300x250x2/qu-bit-electronix-surface.jpg',
'is_used': False,
'name': 'Qu-Bit Electronix Surface',
'page_metadata': None,
'price': '349.00',
'product_code': 'CV3752',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/qu-bit-electronix-surface.html',
'vat_included': False}
2025-12-26 08:11:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:11:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/expert-sleepers-super-disting-ex-plus-alpha.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470712/300x250x2/expert-sleepers-super-disting-ex-plus-alpha.jpg',
'is_used': False,
'name': 'Expert Sleepers Super Disting EX Plus Alpha',
'page_metadata': None,
'price': '429.00',
'product_code': 'CV3673',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/expert-sleepers-super-disting-ex-plus-alpha.html',
'vat_included': False}
2025-12-26 08:11:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2025-12-26 08:11:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/moog-subharmonicon.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29474526/300x250x2/moog-subharmonicon.jpg',
'is_used': False,
'name': 'Moog Subharmonicon',
'page_metadata': None,
'price': '599.00',
'product_code': 'CV3672',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/moog-subharmonicon.html',
'vat_included': False}
2025-12-26 08:11:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:11:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-sts-stereo-triggered-sampler.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29466545/300x250x2/4ms-sts-stereo-triggered-sampler.jpg',
'is_used': False,
'name': '4ms STS (Stereo Triggered Sampler)',
'page_metadata': None,
'price': '450.00',
'product_code': 'CV2683',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-sts-stereo-triggered-sampler.html',
'vat_included': False}
2025-12-26 08:11:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:11:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/pittsburgh-modular-structure-ep-420.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29475721/300x250x2/pittsburgh-modular-structure-ep-420.jpg',
'is_used': False,
'name': 'Pittsburgh Modular Structure EP-420',
'page_metadata': None,
'price': '1199.00',
'product_code': 'CV2563',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/pittsburgh-modular-structure-ep-420.html',
'vat_included': False}
2025-12-26 08:11:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:11:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/pittsburgh-modular-structure-ep-360.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29475775/300x250x2/pittsburgh-modular-structure-ep-360.jpg',
'is_used': False,
'name': 'Pittsburgh Modular Structure EP-360',
'page_metadata': None,
'price': '1199.00',
'product_code': 'CV2034',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/pittsburgh-modular-structure-ep-360.html',
'vat_included': False}
2025-12-26 08:11:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/pittsburgh-modular-structure-ep-270.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29475484/300x250x2/pittsburgh-modular-structure-ep-270.jpg',
'is_used': False,
'name': 'Pittsburgh Modular Structure EP-270',
'page_metadata': None,
'price': '999.00',
'product_code': 'CV2562',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/pittsburgh-modular-structure-ep-270.html',
'vat_included': False}
2025-12-26 08:12:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/pittsburgh-modular-structure-ep-208.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29475426/300x250x2/pittsburgh-modular-structure-ep-208.jpg',
'is_used': False,
'name': 'Pittsburgh Modular Structure EP-208',
'page_metadata': None,
'price': '999.00',
'product_code': 'CV2033',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/pittsburgh-modular-structure-ep-208.html',
'vat_included': False}
2025-12-26 08:12:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/endorphines-strong-zero-vco-core-for-f.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477519/300x250x2/endorphines-strong-zero-vco-core-for-furthrrrr-gen.jpg',
'is_used': False,
'name': 'Endorphin.es Strong Zero VCO Core (for Furthrrrr Generator)',
'page_metadata': None,
'price': '69.00',
'product_code': 'CV1990',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/endorphines-strong-zero-vco-core-for-f.html',
'vat_included': False}
2025-12-26 08:12:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-stomp.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/57358748/300x250x2/intellijel-stomp.jpg',
'is_used': False,
'name': 'Intellijel Stomp',
'page_metadata': None,
'price': '199.00',
'product_code': 'CV4625',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-stomp.html',
'vat_included': False}
2025-12-26 08:12:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:14 [scrapy.extensions.logstats] INFO: Crawled 187 pages (at 17 pages/min), scraped 152 items (at 17 items/min)
2025-12-26 08:12:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-sto-sub-timbral-oscillator.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/31624141/300x250x2/make-noise-sto.jpg',
'is_used': False,
'name': 'Make Noise STO',
'page_metadata': None,
'price': '199.00',
'product_code': 'CV0980',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-sto-sub-timbral-oscillator.html',
'vat_included': False}
2025-12-26 08:12:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/divkid-stereostrip.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/44445405/300x250x2/divkid-stereo-strip.jpg',
'is_used': False,
'name': 'DivKid Stereo Strip',
'page_metadata': None,
'price': '220.00',
'product_code': 'CV4182',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/divkid-stereostrip.html',
'vat_included': False}
2025-12-26 08:12:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-stereo-mixer-drum-series.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29467815/300x250x2/erica-synths-stereo-mixer-drum-series.jpg',
'is_used': False,
'name': 'Erica Synths Stereo Mixer (Drum Series)',
'page_metadata': None,
'price': '135.00',
'product_code': 'CV3084',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/erica-synths-stereo-mixer-drum-series.html',
'vat_included': False}
2025-12-26 08:12:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-stereo-line-out-1u.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29472190/300x250x2/intellijel-stereo-line-out-1u.jpg',
'is_used': False,
'name': 'Intellijel Stereo Line Out_1U',
'page_metadata': None,
'price': '69.00',
'product_code': 'CV3482',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-stereo-line-out-1u.html',
'vat_included': False}
2025-12-26 08:12:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-stereo-line-out-jacks-1u.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29472206/300x250x2/intellijel-stereo-line-out-jacks-1u.jpg',
'is_used': False,
'name': 'Intellijel Stereo Line Out JACKS_1U',
'page_metadata': None,
'price': '15.99',
'product_code': 'CV3483',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-stereo-line-out-jacks-1u.html',
'vat_included': False}
2025-12-26 08:12:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-stereo-line-in-1u.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29472257/300x250x2/intellijel-stereo-line-in-1u.jpg',
'is_used': False,
'name': 'Intellijel Stereo Line In_1U',
'page_metadata': None,
'price': '69.00',
'product_code': 'CV3669',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-stereo-line-in-1u.html',
'vat_included': False}
2025-12-26 08:12:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-stereo-line-in-jacks-1u.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29471822/300x250x2/intellijel-stereo-line-in-jacks-1u.jpg',
'is_used': False,
'name': 'Intellijel Stereo Line In JACKS_1U',
'page_metadata': None,
'price': '20.00',
'product_code': 'CV3670',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-stereo-line-in-jacks-1u.html',
'vat_included': False}
2025-12-26 08:12:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-stereo-i-o-1u.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/67679058/300x250x2/intellijel-stereo-i-o-1u.jpg',
'is_used': False,
'name': 'Intellijel Stereo I/O 1U',
'page_metadata': None,
'price': '199.00',
'product_code': 'CV5269',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-stereo-i-o-1u.html',
'vat_included': False}
2025-12-26 08:12:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-stereo-dipole-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470852/300x250x2/steady-state-fate-stereo-dipole-black.jpg',
'is_used': False,
'name': 'Steady State Fate Stereo Dipole, BLACK',
'page_metadata': None,
'price': '399.00',
'product_code': 'CV3556',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/steady-state-fate-stereo-dipole-black.html',
'vat_included': False}
2025-12-26 08:12:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-stereo-compressor.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/55098555/300x250x2/erica-synths-stereo-compressor.jpg',
'is_used': False,
'name': 'Erica Synths Stereo Compressor',
'page_metadata': None,
'price': '229.00',
'product_code': 'CV4511',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/erica-synths-stereo-compressor.html',
'vat_included': False}
2025-12-26 08:12:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-steppy-1u.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29472173/300x250x2/intellijel-steppy-1u.jpg',
'is_used': False,
'name': 'Intellijel Steppy_1U',
'page_metadata': None,
'price': '199.00',
'product_code': 'CV3190',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-steppy-1u.html',
'vat_included': False}
2025-12-26 08:12:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-steppy.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29472059/300x250x2/intellijel-steppy.jpg',
'is_used': False,
'name': 'Intellijel Steppy',
'page_metadata': None,
'price': '239.00',
'product_code': 'CV3270',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-steppy.html',
'vat_included': False}
2025-12-26 08:12:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:12:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-stem-ripper.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/71738326/300x250x2/alm-busy-circuits-stem-ripper.jpg',
'is_used': False,
'name': 'ALM Busy Circuits Stem Ripper',
'page_metadata': None,
'price': '375.00',
'product_code': 'CV5487',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/alm-busy-circuits-stem-ripper.html',
'vat_included': False}
2025-12-26 08:12:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:13:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/qu-bit-electronix-stardustused.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/73183822/300x250x2/qu-bit-electronix-stardust-used.jpg',
'is_used': True,
'name': 'Qu-Bit Electronix Stardust, USED',
'page_metadata': None,
'price': '450.00',
'product_code': 'CV5719',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/qu-bit-electronix-stardustused.html',
'vat_included': False}
2025-12-26 08:13:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:13:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/qu-bit-electronix-stardust.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/67074922/300x250x2/qu-bit-electronix-stardust.jpg',
'is_used': False,
'name': 'Qu-Bit Electronix Stardust',
'page_metadata': None,
'price': '499.00',
'product_code': 'CV5212',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/qu-bit-electronix-stardust.html',
'vat_included': False}
2025-12-26 08:13:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2025-12-26 08:13:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tendrils-stakkas-black-cyan-4pk.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/57668013/300x250x2/tendrils-stakkas-black-cyan-4pk.jpg',
'is_used': False,
'name': 'Tendrils Stakkas Black & Cyan, 4pk',
'page_metadata': None,
'price': '27.50',
'product_code': 'CV4669',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tendrils-stakkas-black-cyan-4pk.html',
'vat_included': False}
2025-12-26 08:13:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-yellow-50cm-1.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29476506/300x250x2/tiptop-audio-stackcable-yellow-50cm-195in.jpg',
'is_used': False,
'name': 'Tiptop Audio Stackcable Yellow 50cm/19.5in',
'page_metadata': None,
'price': '6.50',
'product_code': 'CV0204',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-stackcable-yellow-50cm-1.html',
'vat_included': False}
2025-12-26 08:13:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:12 [scrapy.extensions.logstats] INFO: Crawled 204 pages (at 17 pages/min), scraped 169 items (at 17 items/min)
2025-12-26 08:13:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-red-30cm-12in.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29476313/300x250x2/tiptop-audio-stackcable-red-30cm-12in.jpg',
'is_used': False,
'name': 'Tiptop Audio Stackcable Red 30cm/12in',
'page_metadata': None,
'price': '6.20',
'product_code': 'CV0203',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-stackcable-red-30cm-12in.html',
'vat_included': False}
2025-12-26 08:13:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-purple-150cm.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29476167/300x250x2/tiptop-audio-stackcable-purple-150cm-59in.jpg',
'is_used': False,
'name': 'Tiptop Audio Stackcable Purple 150cm/59in',
'page_metadata': None,
'price': '7.00',
'product_code': 'CV1264',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-stackcable-purple-150cm.html',
'vat_included': False}
2025-12-26 08:13:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-orange-350cm-138in.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29476182/300x250x2/tiptop-audio-stackcable-orange-350cm-138in.jpg',
'is_used': False,
'name': 'Tiptop Audio Stackcable Orange 350cm/138in',
'page_metadata': None,
'price': '7.99',
'product_code': 'CV3580',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-stackcable-orange-350cm-138in.html',
'vat_included': False}
2025-12-26 08:13:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-green-20cm-78.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29476522/300x250x2/tiptop-audio-stackcable-green-20cm-78in.jpg',
'is_used': False,
'name': 'Tiptop Audio Stackcable Green 20cm/7.8in',
'page_metadata': None,
'price': '6.10',
'product_code': 'CV0754',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-stackcable-green-20cm-78.html',
'vat_included': False}
2025-12-26 08:13:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-gray-250cm-98in.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29476548/300x250x2/tiptop-audio-stackcable-gray-250cm-98in.jpg',
'is_used': False,
'name': 'Tiptop Audio Stackcable Gray 250cm/98in',
'page_metadata': None,
'price': '7.50',
'product_code': 'CV3579',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-stackcable-gray-250cm-98in.html',
'vat_included': False}
2025-12-26 08:13:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-cyan-40cm-16in.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29476526/300x250x2/tiptop-audio-stackcable-cyan-40cm-16in.jpg',
'is_used': False,
'name': 'Tiptop Audio Stackcable Cyan 40cm/16in',
'page_metadata': None,
'price': '6.30',
'product_code': 'CV3578',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-stackcable-cyan-40cm-16in.html',
'vat_included': False}
2025-12-26 08:13:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-blue-70cm-275.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29476160/300x250x2/tiptop-audio-stackcable-blue-70cm-275in.jpg',
'is_used': False,
'name': 'Tiptop Audio Stackcable Blue 70cm/27.5in',
'page_metadata': None,
'price': '6.60',
'product_code': 'CV0205',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-stackcable-blue-70cm-275.html',
'vat_included': False}
2025-12-26 08:13:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-black-90cm-35.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29476566/300x250x2/tiptop-audio-stackcable-black-90cm-35in.jpg',
'is_used': False,
'name': 'Tiptop Audio Stackcable Black 90cm/35in',
'page_metadata': None,
'price': '6.70',
'product_code': 'CV0206',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-stackcable-black-90cm-35.html',
'vat_included': False}
2025-12-26 08:13:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-squid-salmple.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470347/300x250x2/alm-busy-circuits-squid-salmple.jpg',
'is_used': False,
'name': 'ALM Busy Circuits Squid Salmple',
'page_metadata': None,
'price': '525.00',
'product_code': 'CV3566',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/alm-busy-circuits-squid-salmple.html',
'vat_included': False}
2025-12-26 08:13:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/endorphines-squawk-dirty-to-me.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/57975601/300x250x2/endorphines-squawk-dirty-to-me.jpg',
'is_used': False,
'name': 'Endorphin.es Squawk Dirty To Me',
'page_metadata': None,
'price': '175.00',
'product_code': 'CV3411',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/endorphines-squawk-dirty-to-me.html',
'vat_included': False}
2025-12-26 08:13:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-springray-ii.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29471777/300x250x2/intellijel-springray-ii.jpg',
'is_used': False,
'name': 'Intellijel Springray II',
'page_metadata': None,
'price': '239.00',
'product_code': 'CV1302',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-springray-ii.html',
'vat_included': False}
2025-12-26 08:13:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/toppobrillo-sport-modulator-2-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/49891219/300x250x2/toppobrillo-sport-modulator-2-black.jpg',
'is_used': False,
'name': 'Toppobrillo Sport Modulator 2, Black',
'page_metadata': None,
'price': '249.00',
'product_code': 'CV4369',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/toppobrillo-sport-modulator-2-black.html',
'vat_included': False}
2025-12-26 08:13:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/boredbrain-splix.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/46603097/300x250x2/boredbrain-splix.jpg',
'is_used': False,
'name': 'Boredbrain Splix',
'page_metadata': None,
'price': '14.99',
'product_code': 'CV3314-Plasmic-Pink',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/boredbrain-splix.html',
'vat_included': False}
2025-12-26 08:13:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-spherical-wavetable-navigator-swn-faceplate-wh.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477627/300x250x2/4ms-spherical-wavetable-navigator-swn-faceplate-wh.jpg',
'is_used': False,
'name': '4ms Spherical Wavetable Navigator (SWN) Faceplate - White',
'page_metadata': None,
'price': '35.99',
'product_code': 'CV3477',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-spherical-wavetable-navigator-swn-faceplate-wh.html',
'vat_included': False}
2025-12-26 08:13:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-spectraphon.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/54914585/300x250x2/make-noise-spectraphon.jpg',
'is_used': False,
'name': 'Make Noise Spectraphon',
'page_metadata': None,
'price': '599.00',
'product_code': 'CV4531',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-spectraphon.html',
'vat_included': False}
2025-12-26 08:13:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/worng-electronics-soundstage-ii.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/58074556/300x250x2/worng-electronics-soundstage-ii.jpg',
'is_used': False,
'name': 'Worng Electronics Soundstage II',
'page_metadata': None,
'price': '429.00',
'product_code': 'CV4674',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/worng-electronics-soundstage-ii.html',
'vat_included': False}
2025-12-26 08:13:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-sofia.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/48020113/300x250x2/xaoc-devices-sofia.jpg',
'is_used': False,
'name': 'XAOC Devices Sofia',
'page_metadata': None,
'price': '609.00',
'product_code': 'CV4314',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/xaoc-devices-sofia.html',
'vat_included': False}
2025-12-26 08:13:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:13:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/2hp-snare.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/57968480/300x250x2/2hp-snare-silver.jpg',
'is_used': False,
'name': '2hp Snare, Silver',
'page_metadata': None,
'price': '139.00',
'product_code': 'CV2918',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/2hp-snare.html',
'vat_included': False}
2025-12-26 08:13:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:14:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/mosaic-snare-drum.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/37709580/300x250x2/mosaic-1u-snare-drum-black.jpg',
'is_used': False,
'name': 'Mosaic 1U Snare Drum, Black',
'page_metadata': None,
'price': '139.00',
'product_code': 'CV3982',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/mosaic-snare-drum.html',
'vat_included': False}
2025-12-26 08:14:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:14:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-snare.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29467897/300x250x2/erica-synths-snare-drum.jpg',
'is_used': False,
'name': 'Erica Synths Snare Drum',
'page_metadata': None,
'price': '249.00',
'product_code': 'CV3080',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/erica-synths-snare.html',
'vat_included': False}
2025-12-26 08:14:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:14:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-smr-filter-spectral-multiband-resonator.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29466593/300x250x2/4ms-smr-filter-spectral-multiband-resonator.jpg',
'is_used': False,
'name': '4ms SMR Filter (Spectral Multiband Resonator)',
'page_metadata': None,
'price': '475.00',
'product_code': 'CV1834',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-smr-filter-spectral-multiband-resonator.html',
'vat_included': False}
2025-12-26 08:14:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2025-12-26 08:14:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-skiff-w-power-3u-104hp.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29475616/300x250x2/make-noise-skiff-w-power-3u-104hp.jpg',
'is_used': False,
'name': 'Make Noise Skiff w/ Power, 3U, 104hp',
'page_metadata': None,
'price': '250.00',
'product_code': 'CV1952',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-skiff-w-power-3u-104hp.html',
'vat_included': False}
2025-12-26 08:14:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-sism-shifting-inverting-signal-mingler.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29466046/300x250x2/4ms-sism-shifting-inverting-signal-mingler.jpg',
'is_used': False,
'name': '4ms SISM (Shifting Inverting Signal Mingler)',
'page_metadata': None,
'price': '175.00',
'product_code': 'CV1452',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-sism-shifting-inverting-signal-mingler.html',
'vat_included': False}
2025-12-26 08:14:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:12 [scrapy.extensions.logstats] INFO: Crawled 227 pages (at 23 pages/min), scraped 192 items (at 23 items/min)
2025-12-26 08:14:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/2hp-sine-silver-demo-unit.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/66036366/300x250x2/2hp-sine-silver-demo-unit.jpg',
'is_used': False,
'name': '2hp Sine, Silver, DEMO UNIT',
'page_metadata': None,
'price': '130.00',
'product_code': 'CV5170',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/2hp-sine-silver-demo-unit.html',
'vat_included': False}
2025-12-26 08:14:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/2hp-sine.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/57968479/300x250x2/2hp-sine-silver.jpg',
'is_used': False,
'name': '2hp Sine, Silver',
'page_metadata': None,
'price': '149.00',
'product_code': 'CV3417',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/2hp-sine.html',
'vat_included': False}
2025-12-26 08:14:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/worng-electronics-sidecar.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/63493820/300x250x2/worng-electronics-sidecar.jpg',
'is_used': False,
'name': 'Worng Electronics SideCar',
'page_metadata': None,
'price': '389.00',
'product_code': 'CV5069',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/worng-electronics-sidecar.html',
'vat_included': False}
2025-12-26 08:14:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-shifty.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29472005/300x250x2/intellijel-shifty.jpg',
'is_used': False,
'name': 'Intellijel Shifty',
'page_metadata': None,
'price': '189.00',
'product_code': 'CV2643',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-shifty.html',
'vat_included': False}
2025-12-26 08:14:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-dual-shaped-envvca.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/50851524/300x250x2/4ms-shaped-dual-envvca.jpg',
'is_used': False,
'name': '4ms Shaped Dual EnvVCA',
'page_metadata': None,
'price': '339.00',
'product_code': 'CV4225',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-dual-shaped-envvca.html',
'vat_included': False}
2025-12-26 08:14:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/weston-precision-audio-sf1-dual-stereo-vcf.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/49474980/300x250x2/weston-precision-audio-sf1-dual-stereo-vcf.jpg',
'is_used': False,
'name': 'Weston Precision Audio SF1 Dual/Stereo VCF',
'page_metadata': None,
'price': '350.00',
'product_code': 'CV4367',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/weston-precision-audio-sf1-dual-stereo-vcf.html',
'vat_included': False}
2025-12-26 08:14:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-sewastopol-v2.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29468669/300x250x2/xaoc-devices-sewastopol-v2.jpg',
'is_used': False,
'name': 'XAOC Devices Sewastopol v2',
'page_metadata': None,
'price': '324.00',
'product_code': 'CV2796',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/xaoc-devices-sewastopol-v2.html',
'vat_included': False}
2025-12-26 08:14:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/bleep-labs-sensory-coupler.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/64029491/300x250x2/bleep-labs-sensory-coupler.jpg',
'is_used': False,
'name': 'Bleep Labs Sensory Coupler',
'page_metadata': None,
'price': '250.00',
'product_code': 'CV4287',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/bleep-labs-sensory-coupler.html',
'vat_included': False}
2025-12-26 08:14:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-sealegs.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/57358744/300x250x2/intellijel-sealegs.jpg',
'is_used': False,
'name': 'Intellijel Sealegs',
'page_metadata': None,
'price': '439.00',
'product_code': 'CV4624',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-sealegs.html',
'vat_included': False}
2025-12-26 08:14:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/weston-precision-audio-se1-shaped-vc-envelope.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/60097732/300x250x2/weston-precision-audio-se1-shaped-vc-envelope.jpg',
'is_used': False,
'name': 'Weston Precision Audio SE1 Shaped VC Envelope',
'page_metadata': None,
'price': '190.00',
'product_code': 'CV4741',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/weston-precision-audio-se1-shaped-vc-envelope.html',
'vat_included': False}
2025-12-26 08:14:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-sd909-used.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/72943626/300x250x2/tiptop-audio-sd909-used.jpg',
'is_used': True,
'name': 'Tiptop Audio SD909, USED',
'page_metadata': None,
'price': '130.00',
'product_code': 'CV4696',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-sd909-used.html',
'vat_included': False}
2025-12-26 08:14:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-sd909.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/36029987/300x250x2/tiptop-audio-sd909.jpg',
'is_used': False,
'name': 'Tiptop Audio SD909',
'page_metadata': None,
'price': '233.00',
'product_code': 'CV2844',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-sd909.html',
'vat_included': False}
2025-12-26 08:14:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-sd808.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/36029866/300x250x2/tiptop-audio-sd808.jpg',
'is_used': False,
'name': 'Tiptop Audio SD808',
'page_metadata': None,
'price': '155.00',
'product_code': 'CV0199',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-sd808.html',
'vat_included': False}
2025-12-26 08:14:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/control-voltage-screws-m4-4pk.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477812/300x250x2/control-voltage-screws-m4-4pk.jpg',
'is_used': False,
'name': 'Control Voltage Screws, M4, 4pk',
'page_metadata': None,
'price': '1.50',
'product_code': 'CV1484',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/control-voltage-screws-m4-4pk.html',
'vat_included': False}
2025-12-26 08:14:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/control-voltage-screws-m3-50pk.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477815/300x250x2/control-voltage-screws-m3-50pk.jpg',
'is_used': False,
'name': 'Control Voltage Screws, M3, 50pk',
'page_metadata': None,
'price': '3.00',
'product_code': 'CV1482',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/control-voltage-screws-m3-50pk.html',
'vat_included': False}
2025-12-26 08:14:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/control-voltage-screws-m3-8mm-long-50pk.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477841/300x250x2/control-voltage-screws-m3-8mm-long-50pk.jpg',
'is_used': False,
'name': 'Control Voltage Screws, M3 (8mm Long), 50pk',
'page_metadata': None,
'price': '3.00',
'product_code': 'CV2140',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/control-voltage-screws-m3-8mm-long-50pk.html',
'vat_included': False}
2025-12-26 08:14:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/control-voltage-screws-m25-50pk.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477839/300x250x2/control-voltage-screws-m25-50pk.jpg',
'is_used': False,
'name': 'Control Voltage Screws, M2.5, 50pk',
'page_metadata': None,
'price': '3.00',
'product_code': 'CV1481',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/control-voltage-screws-m25-50pk.html',
'vat_included': False}
2025-12-26 08:14:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/control-voltage-screws-m25-8mm-long-50pk.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477818/300x250x2/control-voltage-screws-m25-8mm-long-50pk.jpg',
'is_used': False,
'name': 'Control Voltage Screws, M2.5 (8mm Long), 50pk',
'page_metadata': None,
'price': '3.00',
'product_code': 'CV2139',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/control-voltage-screws-m25-8mm-long-50pk.html',
'vat_included': False}
2025-12-26 08:14:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/control-voltage-screws-4-40-50pk.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477986/300x250x2/control-voltage-screws-4-40-50pk.jpg',
'is_used': False,
'name': 'Control Voltage Screws, 4-40, 50pk',
'page_metadata': None,
'price': '3.00',
'product_code': 'CV1483',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/control-voltage-screws-4-40-50pk.html',
'vat_included': False}
2025-12-26 08:14:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:14:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/control-voltage-screws-4-40-5-16-long-50pk.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477957/300x250x2/control-voltage-screws-4-40-5-16-long-50pk.jpg',
'is_used': False,
'name': 'Control Voltage Screws, 4-40 (5/16” Long), 50pk',
'page_metadata': None,
'price': '3.00',
'product_code': 'CV2138',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/control-voltage-screws-4-40-5-16-long-50pk.html',
'vat_included': False}
2025-12-26 08:14:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:15:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-scmbo-faceplate-black.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29477502/300x250x2/4ms-scmbo-faceplate-black.jpg',
'is_used': False,
'name': '4ms SCMBO Faceplate - Black',
'page_metadata': None,
'price': '19.99',
'product_code': 'CV3132',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-scmbo-faceplate-black.html',
'vat_included': False}
2025-12-26 08:15:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2025-12-26 08:15:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-scmbo-kit-shuffling-clock-multiplier-break.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29475015/300x250x2/4ms-scmbo-shuffling-clock-multiplier-breakout-kit.jpg',
'is_used': False,
'name': '4ms SCMBO (Shuffling Clock Multiplier Breakout), Kit',
'page_metadata': None,
'price': '79.00',
'product_code': 'CV0023',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-scmbo-kit-shuffling-clock-multiplier-break.html',
'vat_included': False}
2025-12-26 08:15:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2025-12-26 08:15:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-scm-plus-shuffling-clock-multiplier.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/44871895/300x250x2/4ms-scm-shuffling-clock-multiplier-plus.jpg',
'is_used': False,
'name': '4ms SCM + (Shuffling Clock Multiplier Plus)',
'page_metadata': None,
'price': '185.00',
'product_code': 'CV4226',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-scm-plus-shuffling-clock-multiplier.html',
'vat_included': False}
2025-12-26 08:15:11 [scrapy.extensions.logstats] INFO: Crawled 249 pages (at 22 pages/min), scraped 215 items (at 23 items/min)
2025-12-26 08:15:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2025-12-26 08:15:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-scm-kit-shuffling-clock-multiplier.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29475090/300x250x2/4ms-scm-shuffling-clock-multiplier-kit.jpg',
'is_used': False,
'name': '4ms SCM (Shuffling Clock Multiplier), Kit',
'page_metadata': None,
'price': '95.00',
'product_code': 'CV0022',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-scm-kit-shuffling-clock-multiplier.html',
'vat_included': False}
2025-12-26 08:15:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2025-12-26 08:15:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-scm-shuffling-clock-multiplier.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29466577/300x250x2/4ms-scm-shuffling-clock-multiplier.jpg',
'is_used': False,
'name': '4ms SCM (Shuffling Clock Multiplier)',
'page_metadata': None,
'price': '179.00',
'product_code': 'CV0239',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-scm-shuffling-clock-multiplier.html',
'vat_included': False}
2025-12-26 08:15:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2025-12-26 08:15:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-scion.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470626/300x250x2/instruo-scion.jpg',
'is_used': False,
'name': 'Instruo SCION',
'page_metadata': None,
'price': '349.00',
'product_code': 'CV3443',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/instruo-scion.html',
'vat_included': False}
2025-12-26 08:15:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2025-12-26 08:15:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/qu-bit-electronix-scanned-demo-unit.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/65231590/300x250x2/qu-bit-electronix-scanned-demo-unit.jpg',
'is_used': False,
'name': 'Qu-Bit Electronix Scanned, DEMO UNIT',
'page_metadata': None,
'price': '359.00',
'product_code': 'CV4239',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/qu-bit-electronix-scanned-demo-unit.html',
'vat_included': False}
2025-12-26 08:15:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2025-12-26 08:15:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/qu-bit-electronix-scanned.html>
{'batch_id': '1887',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29469718/300x250x2/qu-bit-electronix-scanned.jpg',
'is_used': False,
'name': 'Qu-Bit Electronix Scanned',
'page_metadata': None,
'price': '359.00',
'product_code': 'CV3191',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/qu-bit-electronix-scanned.html',
'vat_included': False}
2025-12-26 08:15:32 [scrapy.core.engine] DEBUG: Crawled (200)