2026-04-27 00:01:16 [scrapy.utils.log] INFO: Scrapy 2.8.0 started (bot: modularspiders)
2026-04-27 00:01:16 [scrapy.utils.log] INFO: Versions: lxml 4.9.2.0, libxml2 2.9.14, cssselect 1.2.0, parsel 1.7.0, w3lib 2.1.1, Twisted 22.10.0, Python 3.10.15 (main, Oct 19 2024, 04:00:28) [GCC 12.2.0], pyOpenSSL 23.1.1 (OpenSSL 3.1.0 14 Mar 2023), cryptography 40.0.1, Platform Linux-5.10.0-21-amd64-x86_64-with-glibc2.36
2026-04-27 00:01:16 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'modularspiders',
'CLOSESPIDER_TIMEOUT': 3600,
'CONCURRENT_REQUESTS': 1,
'DOWNLOAD_DELAY': 2,
'LOG_FILE': 'logs/default/controlvoltage/1203a17a41cc11f197600242ac11000b.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'}
2026-04-27 00:01:16 [py.warnings] WARNING: /code/lib/python3.10/site-packages/scrapy/utils/request.py:232: ScrapyDeprecationWarning: '2.6' is a deprecated value for the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting.
It is also the default value. In other words, it is normal to get this warning if you have not defined a value for the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting. This is so for backward compatibility reasons, but it will change in a future version of Scrapy.
See the documentation of the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting for information on how to handle this deprecation.
return cls(crawler)
2026-04-27 00:01:16 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.epollreactor.EPollReactor
2026-04-27 00:01:16 [scrapy.extensions.telnet] INFO: Telnet Password: 5babca19895efe96
2026-04-27 00:01:16 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-04-27 00:01:16 [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']
2026-04-27 00:01:16 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy.spidermiddlewares.offsite.OffsiteMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware']
2026-04-27 00:01:16 [scrapy.middleware] INFO: Enabled item pipelines:
['modularspiders.pipelines.MinimumViableItemPipeline',
'modularspiders.pipelines.RedisExporter',
'modularspiders.pipelines.BulkStoreUpdate']
2026-04-27 00:01:16 [scrapy.core.engine] INFO: Spider opened
2026-04-27 00:01:17 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-04-27 00:01:17 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
2026-04-27 00:01:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from
2026-04-27 00:01:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from
2026-04-27 00:01:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None)
2026-04-27 00:01:21 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page2.html
2026-04-27 00:01:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/)
2026-04-27 00:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/schlappi-engineering-100-grit-black.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/schlappi-engineering-100-grit-black.html',
'vat_included': False}
2026-04-27 00:01:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/)
2026-04-27 00:01:24 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page3.html
2026-04-27 00:01:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/)
2026-04-27 00:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-6-hot-pink-35mm-patch-cables.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/44266175/300x250x2/make-noise-6-hot-pink-35mm-patch-cables-5pk.jpg',
'is_used': False,
'name': 'Make Noise 6" Hot Pink 3.5mm Patch Cables 5pk',
'page_metadata': None,
'price': '8.95',
'product_code': 'CV1466',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-6-hot-pink-35mm-patch-cables.html',
'vat_included': False}
2026-04-27 00:01:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page2.html)
2026-04-27 00:01:28 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page4.html
2026-04-27 00:01:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page2.html)
2026-04-27 00:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-arbhar-v20-expansion-pack.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/58509483/300x250x2/instruo-arbhar-v20-expansion-pack.jpg',
'is_used': False,
'name': 'Instruo Arbhar V2.0 Expansion Pack',
'page_metadata': None,
'price': '129.00',
'product_code': 'CV4670',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/instruo-arbhar-v20-expansion-pack.html',
'vat_included': False}
2026-04-27 00:01:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page3.html)
2026-04-27 00:01:33 [scrapy.dupefilters] DEBUG: Filtered duplicate request: - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-04-27 00:01:33 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page5.html
2026-04-27 00:01:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page3.html)
2026-04-27 00:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/befaco-bandit.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/66827463/300x250x2/befaco-bandit.jpg',
'is_used': False,
'name': 'Befaco Bandit',
'page_metadata': None,
'price': '200.00',
'product_code': 'CV5190',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/befaco-bandit.html',
'vat_included': False}
2026-04-27 00:01:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page4.html)
2026-04-27 00:01:38 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page6.html
2026-04-27 00:01:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page4.html)
2026-04-27 00:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-black-polivoks-vcf-v2.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/32809453/300x250x2/erica-synths-black-polivoks-vcf-v2.jpg',
'is_used': False,
'name': 'Erica Synths Black Polivoks VCF V2',
'page_metadata': None,
'price': '189.00',
'product_code': 'CV3331',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/erica-synths-black-polivoks-vcf-v2.html',
'vat_included': False}
2026-04-27 00:01:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page5.html)
2026-04-27 00:01:43 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page7.html
2026-04-27 00:01:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page5.html)
2026-04-27 00:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/schlappi-engineering-boundary-layer-black.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/70939600/300x250x2/schlappi-engineering-boundary-layer-black.jpg',
'is_used': False,
'name': 'Schlappi Engineering Boundary Layer, Black',
'page_metadata': None,
'price': '325.00',
'product_code': 'CV5449',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/schlappi-engineering-boundary-layer-black.html',
'vat_included': False}
2026-04-27 00:01:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page6.html)
2026-04-27 00:01:50 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page8.html
2026-04-27 00:01:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page6.html)
2026-04-27 00:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/schlappi-engineering-cascade-silver.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/75374871/300x250x2/schlappi-engineering-cascade-silver.jpg',
'is_used': False,
'name': 'Schlappi Engineering Cascade, Silver',
'page_metadata': None,
'price': '65.00',
'product_code': 'CV5820',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/schlappi-engineering-cascade-silver.html',
'vat_included': False}
2026-04-27 00:01:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page7.html)
2026-04-27 00:01:55 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page9.html
2026-04-27 00:01:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page7.html)
2026-04-27 00:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-cnoc-demo-unit.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/72928673/300x250x2/instruo-cnoc-demo-unit.jpg',
'is_used': False,
'name': 'Instruo Cnoc, DEMO UNIT',
'page_metadata': None,
'price': '250.00',
'product_code': 'CV5571',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/instruo-cnoc-demo-unit.html',
'vat_included': False}
2026-04-27 00:02:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page8.html)
2026-04-27 00:02:00 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page10.html
2026-04-27 00:02:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page8.html)
2026-04-27 00:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-deva.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/58547846/300x250x2/xaoc-devices-deva.jpg',
'is_used': False,
'name': 'XAOC Devices Deva',
'page_metadata': None,
'price': '224.00',
'product_code': 'CV4678',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/xaoc-devices-deva.html',
'vat_included': False}
2026-04-27 00:02:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page9.html)
2026-04-27 00:02:06 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page11.html
2026-04-27 00:02:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page9.html)
2026-04-27 00:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-duatt-1u.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29472228/300x250x2/intellijel-duatt-1u.jpg',
'is_used': False,
'name': 'Intellijel Duatt_1U',
'page_metadata': None,
'price': '65.00',
'product_code': 'CV3552',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-duatt-1u.html',
'vat_included': False}
2026-04-27 00:02:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page10.html)
2026-04-27 00:02:11 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page12.html
2026-04-27 00:02:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page10.html)
2026-04-27 00:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/expert-sleepers-es-8.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470643/300x250x2/expert-sleepers-es-8.jpg',
'is_used': False,
'name': 'Expert Sleepers ES-8',
'page_metadata': None,
'price': '499.00',
'product_code': 'CV2504',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/expert-sleepers-es-8.html',
'vat_included': False}
2026-04-27 00:02:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page11.html)
2026-04-27 00:02:15 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page13.html
2026-04-27 00:02:17 [scrapy.extensions.logstats] INFO: Crawled 23 pages (at 23 pages/min), scraped 11 items (at 11 items/min)
2026-04-27 00:02:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page11.html)
2026-04-27 00:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-fusion-vco2.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/51799851/300x250x2/erica-synths-fusion-vco2.jpg',
'is_used': False,
'name': 'Erica Synths Fusion VCO2',
'page_metadata': None,
'price': '320.00',
'product_code': 'CV4418',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/erica-synths-fusion-vco2.html',
'vat_included': False}
2026-04-27 00:02:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page12.html)
2026-04-27 00:02:21 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page14.html
2026-04-27 00:02:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page12.html)
2026-04-27 00:02:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-hel.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/66032850/300x250x2/xaoc-devices-hel.jpg',
'is_used': False,
'name': 'XAOC Devices Hel',
'page_metadata': None,
'price': '104.00',
'product_code': 'CV3569',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/xaoc-devices-hel.html',
'vat_included': False}
2026-04-27 00:02:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page13.html)
2026-04-27 00:02:29 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page15.html
2026-04-27 00:02:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page13.html)
2026-04-27 00:02:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/2hp-kick-black-used.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/75426510/300x250x2/2hp-kick-black-used.jpg',
'is_used': True,
'name': '2hp Kick, Black, USED',
'page_metadata': None,
'price': '100.00',
'product_code': 'CV4700',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/2hp-kick-black-used.html',
'vat_included': False}
2026-04-27 00:02:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page14.html)
2026-04-27 00:02:35 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page16.html
2026-04-27 00:02:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page14.html)
2026-04-27 00:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/rossum-electro-music-locutus.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/57876979/300x250x2/rossum-electro-music-locutus.jpg',
'is_used': False,
'name': 'Rossum Electro-Music Locutus',
'page_metadata': None,
'price': '229.00',
'product_code': 'CV4662',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/rossum-electro-music-locutus.html',
'vat_included': False}
2026-04-27 00:02:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page15.html)
2026-04-27 00:02:42 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page17.html
2026-04-27 00:02:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page15.html)
2026-04-27 00:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-maths-black-and-gold.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/60720684/300x250x2/make-noise-maths-black-gold.jpg',
'is_used': False,
'name': 'Make Noise MATHS, Black & Gold',
'page_metadata': None,
'price': '290.00',
'product_code': 'CV4763',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-maths-black-and-gold.html',
'vat_included': False}
2026-04-27 00:02:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page16.html)
2026-04-27 00:02:50 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page18.html
2026-04-27 00:02:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page16.html)
2026-04-27 00:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/noise-engineering-mimetic-digitalis.html>
{'batch_id': '2250',
'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}
2026-04-27 00:02:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page17.html)
2026-04-27 00:02:56 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page19.html
2026-04-27 00:02:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page17.html)
2026-04-27 00:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/buchla-tiptop-audio-model-285t.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/67208246/300x250x2/buchla-tiptop-audio-model-285t.jpg',
'is_used': False,
'name': 'Buchla & Tiptop Audio Model 285t',
'page_metadata': None,
'price': '275.00',
'product_code': 'CV5255',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/buchla-tiptop-audio-model-285t.html',
'vat_included': False}
2026-04-27 00:03:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page18.html)
2026-04-27 00:03:02 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page20.html
2026-04-27 00:03:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page18.html)
2026-04-27 00:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-multigrain.html>
{'batch_id': '2250',
'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}
2026-04-27 00:03:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page19.html)
2026-04-27 00:03:07 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page21.html
2026-04-27 00:03:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page19.html)
2026-04-27 00:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-octalink-1u-pair.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29472037/300x250x2/intellijel-octalink-1u-pair.jpg',
'is_used': False,
'name': 'Intellijel Octalink_1U (pair)',
'page_metadata': None,
'price': '89.00',
'product_code': 'CV3313',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-octalink-1u-pair.html',
'vat_included': False}
2026-04-27 00:03:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page20.html)
2026-04-27 00:03:12 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page22.html
2026-04-27 00:03:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page20.html)
2026-04-27 00:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-pamelas-disco.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/73604152/300x250x2/alm-busy-circuits-pamelas-disco.jpg',
'is_used': False,
'name': "ALM Busy Circuits Pamela's Disco",
'page_metadata': None,
'price': '230.00',
'product_code': 'CV5727',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/alm-busy-circuits-pamelas-disco.html',
'vat_included': False}
2026-04-27 00:03:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page21.html)
2026-04-27 00:03:17 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page23.html
2026-04-27 00:03:17 [scrapy.extensions.logstats] INFO: Crawled 43 pages (at 20 pages/min), scraped 21 items (at 10 items/min)
2026-04-27 00:03:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page21.html)
2026-04-27 00:03:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/patching-panda-petit-mix.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/73369761/300x250x2/patching-panda-petit-mix.jpg',
'is_used': False,
'name': 'Patching Panda Petit Mix',
'page_metadata': None,
'price': '99.00',
'product_code': 'CV5712',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/patching-panda-petit-mix.html',
'vat_included': False}
2026-04-27 00:03:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page22.html)
2026-04-27 00:03:22 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page24.html
2026-04-27 00:03:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page22.html)
2026-04-27 00:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-pico-vc-eg.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/71281632/300x250x2/erica-synths-pico-vc-eg.jpg',
'is_used': False,
'name': 'Erica Synths Pico VC EG',
'page_metadata': None,
'price': '79.00',
'product_code': 'CV3917',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/erica-synths-pico-vc-eg.html',
'vat_included': False}
2026-04-27 00:03:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page23.html)
2026-04-27 00:03:27 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page25.html
2026-04-27 00:03:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page23.html)
2026-04-27 00:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-pod60.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29475350/300x250x2/4ms-pod60-3175mm-max-module-depth.jpg',
'is_used': False,
'name': '4ms Pod60, (31.75mm Max Module Depth)',
'page_metadata': None,
'price': '175.00',
'product_code': 'CV3222',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-pod60.html',
'vat_included': False}
2026-04-27 00:03:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page24.html)
2026-04-27 00:03:33 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page26.html
2026-04-27 00:03:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page24.html)
2026-04-27 00:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-qplfo-kit-quad-pingable-lfo.html>
{'batch_id': '2250',
'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}
2026-04-27 00:03:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page25.html)
2026-04-27 00:03:37 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page27.html
2026-04-27 00:03:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page25.html)
2026-04-27 00:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/divkid-rnd-step.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/29470893/300x250x2/divkid-rnd-step.jpg',
'is_used': False,
'name': 'DivKid RND STEP',
'page_metadata': None,
'price': '199.00',
'product_code': 'CV3691',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/divkid-rnd-step.html',
'vat_included': False}
2026-04-27 00:03:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2026-04-27 00:03:42 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page28.html
2026-04-27 00:03:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2026-04-27 00:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/control-voltage-screws-4-40-5-16-long-50pk.html>
{'batch_id': '2250',
'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}
2026-04-27 00:03:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:03:47 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page29.html
2026-04-27 00:03:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/2hp-snare.html>
{'batch_id': '2250',
'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': '109.00',
'product_code': 'CV2918',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/2hp-snare.html',
'vat_included': False}
2026-04-27 00:03:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:03:52 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page30.html
2026-04-27 00:03:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-steppy-1u.html>
{'batch_id': '2250',
'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}
2026-04-27 00:03:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:03:57 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page31.html
2026-04-27 00:03:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-swells.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/75421340/300x250x2/intellijel-swells.jpg',
'is_used': False,
'name': 'Intellijel Swells',
'page_metadata': None,
'price': '499.00',
'product_code': 'CV5830',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-swells.html',
'vat_included': False}
2026-04-27 00:04:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:04:02 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page32.html
2026-04-27 00:04:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/schlappi-engineering-three-body-black.html>
{'batch_id': '2250',
'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': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/schlappi-engineering-three-body-black.html',
'vat_included': False}
2026-04-27 00:04:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:04:07 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page33.html
2026-04-27 00:04:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-tyso-daiko.html>
{'batch_id': '2250',
'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': '319.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}
2026-04-27 00:04:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:04:13 [controlvoltage] INFO: Found next: https://www.controlvoltage.net/modular/page34.html
2026-04-27 00:04:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:04:19 [scrapy.extensions.logstats] INFO: Crawled 66 pages (at 23 pages/min), scraped 32 items (at 11 items/min)
2026-04-27 00:04:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-vortices.html>
{'batch_id': '2250',
'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}
2026-04-27 00:04:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:04:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:04:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-rails-84hp-pair-silver.html>
{'batch_id': '2250',
'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}
2026-04-27 00:04:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:04:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-zverb-black.html>
{'batch_id': '2250',
'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': '189.00',
'product_code': 'CV3576',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-zverb-black.html',
'vat_included': False}
2026-04-27 00:04:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:04:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/noise-engineering-zularic-repetitor.html>
{'batch_id': '2250',
'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}
2026-04-27 00:04:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:04:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-zpo-zero-point-oscillator-demo-u.html>
{'batch_id': '2250',
'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}
2026-04-27 00:04:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:04:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/empress-effects-euroburo.html>
{'batch_id': '2250',
'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}
2026-04-27 00:04:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:04:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-zlin.html>
{'batch_id': '2250',
'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}
2026-04-27 00:04:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-zeus-studio-bus.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-zeus-studio-bus.html',
'vat_included': False}
2026-04-27 00:04:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-zeus-access.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-zeus-access.html',
'vat_included': False}
2026-04-27 00:04:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:04:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-zeroscope-1u.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-zeroscope-1u.html',
'vat_included': False}
2026-04-27 00:04:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-zephyr.html>
{'batch_id': '2250',
'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}
2026-04-27 00:04:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/winter-modular-zaps.html>
{'batch_id': '2250',
'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': '499.00',
'product_code': 'CV4033',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/winter-modular-zaps.html',
'vat_included': False}
2026-04-27 00:04:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-zagrzeb.html>
{'batch_id': '2250',
'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}
2026-04-27 00:04:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:04:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-zadar.html>
{'batch_id': '2250',
'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}
2026-04-27 00:04:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:04:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z8000.html>
{'batch_id': '2250',
'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': '299.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}
2026-04-27 00:04:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:05:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z5000-black.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z5000-black.html',
'vat_included': False}
2026-04-27 00:05:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:05:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z4000.html>
{'batch_id': '2250',
'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': '149.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}
2026-04-27 00:05:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page34.html)
2026-04-27 00:05:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-rails-brackets.html>
{'batch_id': '2250',
'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}
2026-04-27 00:05:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:05:22 [scrapy.extensions.logstats] INFO: Crawled 85 pages (at 19 pages/min), scraped 50 items (at 18 items/min)
2026-04-27 00:05:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-rails-84hp-pair-black.html>
{'batch_id': '2250',
'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}
2026-04-27 00:05:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:05:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-rails-104hp-pair-silve.html>
{'batch_id': '2250',
'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': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z-rails-104hp-pair-silve.html',
'vat_included': False}
2026-04-27 00:05:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:05:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-rails-104hp-pair-black.html>
{'batch_id': '2250',
'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': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z-rails-104hp-pair-black.html',
'vat_included': False}
2026-04-27 00:05:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:05:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-ears-tabletop-silver.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z-ears-tabletop-silver.html',
'vat_included': False}
2026-04-27 00:05:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:05:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-ears-tabletop-black.html>
{'batch_id': '2250',
'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': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-z-ears-tabletop-black.html',
'vat_included': False}
2026-04-27 00:05:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-ears-rackmount-silver.html>
{'batch_id': '2250',
'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}
2026-04-27 00:05:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:05:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-z-dsp.html>
{'batch_id': '2250',
'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': '450.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}
2026-04-27 00:05:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:05:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/hosa-y-cable-male-35mm-stereo-female-35mm-dual.html>
{'batch_id': '2250',
'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}
2026-04-27 00:05:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:06:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-xpo.html>
{'batch_id': '2250',
'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}
2026-04-27 00:06:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:06:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-xoh.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-xoh.html',
'vat_included': False}
2026-04-27 00:06:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:06:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/boredbrain-xi3-expander-for-xcelon.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/74986696/300x250x2/boredbrain-xi3-expander-for-xcelon.jpg',
'is_used': False,
'name': 'Boredbrain Xi3 (Expander for Xcelon)',
'page_metadata': None,
'price': '269.00',
'product_code': 'CV5789',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/boredbrain-xi3-expander-for-xcelon.html',
'vat_included': False}
2026-04-27 00:06:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:06:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-xfade-1u.html>
{'batch_id': '2250',
'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}
2026-04-27 00:06:17 [scrapy.extensions.logstats] INFO: Crawled 96 pages (at 11 pages/min), scraped 62 items (at 12 items/min)
2026-04-27 00:06:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/boredbrain-xcelon.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/74986666/300x250x2/boredbrain-xcelon.jpg',
'is_used': False,
'name': 'Boredbrain Xcelon',
'page_metadata': None,
'price': '949.00',
'product_code': 'CV5788',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/boredbrain-xcelon.html',
'vat_included': False}
2026-04-27 00:06:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:06:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-x-pan.html>
{'batch_id': '2250',
'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}
2026-04-27 00:06:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:06:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-x-y-io-1u.html>
{'batch_id': '2250',
'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}
2026-04-27 00:06:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:06:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/this-is-not-rocket-science-wobbler2.html>
{'batch_id': '2250',
'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': '299.00',
'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}
2026-04-27 00:06:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:06:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-wifi-expander-for-metamodule.html>
{'batch_id': '2250',
'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}
2026-04-27 00:06:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:06:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-white-flatted-knobs-small-10pk.html>
{'batch_id': '2250',
'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}
2026-04-27 00:06:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:06:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-white-flatted-knobs-medium-10pk.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-white-flatted-knobs-medium-10pk.html',
'vat_included': False}
2026-04-27 00:06:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:06:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-white-flatted-knobs-large-5pk.html>
{'batch_id': '2250',
'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}
2026-04-27 00:06:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:06:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/ampersand-ampersand-wear-tear.html>
{'batch_id': '2250',
'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}
2026-04-27 00:06:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:07:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/bastl-instruments-waver.html>
{'batch_id': '2250',
'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': '239.00',
'product_code': 'CV3616',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/bastl-instruments-waver.html',
'vat_included': False}
2026-04-27 00:07:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page33.html)
2026-04-27 00:07:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-wav-recorder.html>
{'batch_id': '2250',
'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': '249.00',
'product_code': 'CV3075',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-wav-recorder.html',
'vat_included': False}
2026-04-27 00:07:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:07:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-vortex-art.html>
{'batch_id': '2250',
'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}
2026-04-27 00:07:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:07:17 [scrapy.extensions.logstats] INFO: Crawled 109 pages (at 13 pages/min), scraped 74 items (at 12 items/min)
2026-04-27 00:07:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-vortex-6-art.html>
{'batch_id': '2250',
'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}
2026-04-27 00:07:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:07:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/befaco-voltio.html>
{'batch_id': '2250',
'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}
2026-04-27 00:07:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:07:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/noise-engineering-viol-ruina.html>
{'batch_id': '2250',
'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': '169.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}
2026-04-27 00:07:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:07:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-vinca-demo-unit.html>
{'batch_id': '2250',
'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}
2026-04-27 00:07:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:07:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-vinca.html>
{'batch_id': '2250',
'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}
2026-04-27 00:07:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:07:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/forge-tme-vhikk-x.html>
{'batch_id': '2250',
'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}
2026-04-27 00:07:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:07:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/2hp-vco.html>
{'batch_id': '2250',
'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': '109.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}
2026-04-27 00:07:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:07:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/befaco-vcmc.html>
{'batch_id': '2250',
'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}
2026-04-27 00:07:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:07:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-vca-matrix.html>
{'batch_id': '2250',
'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}
2026-04-27 00:07:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:07:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-vca.html>
{'batch_id': '2250',
'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}
2026-04-27 00:07:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:08:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/mosaic-variable-delay.html>
{'batch_id': '2250',
'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}
2026-04-27 00:08:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:08:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-v-oct-quantizer-art.html>
{'batch_id': '2250',
'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}
2026-04-27 00:08:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:08:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-v-mutes.html>
{'batch_id': '2250',
'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}
2026-04-27 00:08:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:08:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-uzeus-power-supply-w-fly.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-uzeus-power-supply-w-fly.html',
'vat_included': False}
2026-04-27 00:08:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:08:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-uzeus-w-flying-busboard-black.html>
{'batch_id': '2250',
'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}
2026-04-27 00:08:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:08:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-usb-power-1u.html>
{'batch_id': '2250',
'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': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-usb-power-1u.html',
'vat_included': False}
2026-04-27 00:08:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:08:18 [scrapy.extensions.logstats] INFO: Crawled 125 pages (at 16 pages/min), scraped 90 items (at 16 items/min)
2026-04-27 00:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-unity-mixer.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-unity-mixer.html',
'vat_included': False}
2026-04-27 00:08:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:08:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-umidi.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-umidi.html',
'vat_included': False}
2026-04-27 00:08:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:08:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-ultra-random-redux.html>
{'batch_id': '2250',
'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}
2026-04-27 00:08:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:08:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-ultra-kick.html>
{'batch_id': '2250',
'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}
2026-04-27 00:08:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:08:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-ufade-used.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/74112774/300x250x2/intellijel-ufade-used.jpg',
'is_used': True,
'name': 'Intellijel uFade, USED',
'page_metadata': None,
'price': '100.00',
'product_code': 'CV5229',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-ufade-used.html',
'vat_included': False}
2026-04-27 00:08:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page32.html)
2026-04-27 00:08:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-tyso-daiko-used.html>
{'batch_id': '2250',
'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}
2026-04-27 00:08:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:08:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-ts-l.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/instruo-ts-l.html',
'vat_included': False}
2026-04-27 00:08:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/weston-precision-audio-trivium.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/74612070/300x250x2/weston-precision-audio-trivium.jpg',
'is_used': False,
'name': 'Weston Precision Audio Trivium',
'page_metadata': None,
'price': '295.00',
'product_code': 'CV5757',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/weston-precision-audio-trivium.html',
'vat_included': False}
2026-04-27 00:08:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:08:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-triptych.html>
{'batch_id': '2250',
'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}
2026-04-27 00:08:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:08:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-tripplat.html>
{'batch_id': '2250',
'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}
2026-04-27 00:08:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/modbap-modular-trinity.html>
{'batch_id': '2250',
'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': '489.00',
'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}
2026-04-27 00:08:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:08:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-trigger-riot-white.html>
{'batch_id': '2250',
'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': '349.00',
'product_code': 'CV3735',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-trigger-riot-white.html',
'vat_included': False}
2026-04-27 00:08:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:08:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-trigger-riot-black.html>
{'batch_id': '2250',
'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}
2026-04-27 00:08:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:08:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/delptronics-trigger-man-used.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/73933639/300x250x2/delptronics-trigger-man-used.jpg',
'is_used': True,
'name': 'Delptronics Trigger Man, USED',
'page_metadata': None,
'price': '150.00',
'product_code': 'CV1936',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/delptronics-trigger-man-used.html',
'vat_included': False}
2026-04-27 00:08:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:08:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/rossum-electro-music-trident.html>
{'batch_id': '2250',
'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': '849.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}
2026-04-27 00:08:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:08:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/modbap-modular-transit.html>
{'batch_id': '2250',
'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': '199.00',
'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}
2026-04-27 00:08:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:09:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/divkid-trace.html>
{'batch_id': '2250',
'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': '149.00',
'product_code': 'CV5111',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/divkid-trace.html',
'vat_included': False}
2026-04-27 00:09:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:09:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/exploding-shed-touch-source.html>
{'batch_id': '2250',
'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': '40.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}
2026-04-27 00:09:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:09:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/exploding-shed-touch-points-orange.html>
{'batch_id': '2250',
'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': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/exploding-shed-touch-points-orange.html',
'vat_included': False}
2026-04-27 00:09:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:09:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/exploding-shed-touch-points-black.html>
{'batch_id': '2250',
'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}
2026-04-27 00:09:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:09:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-toms909.html>
{'batch_id': '2250',
'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}
2026-04-27 00:09:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:09:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-toms.html>
{'batch_id': '2250',
'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': '299.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}
2026-04-27 00:09:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:09:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/expert-sleepers-tiny-midi-breakout-tmb.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/expert-sleepers-tiny-midi-breakout-tmb.html',
'vat_included': False}
2026-04-27 00:09:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:09:18 [scrapy.extensions.logstats] INFO: Crawled 148 pages (at 23 pages/min), scraped 113 items (at 23 items/min)
2026-04-27 00:09:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-timiszoara.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/xaoc-devices-timiszoara.html',
'vat_included': False}
2026-04-27 00:09:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:09:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/ryk-modular-time-slice.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/74771324/300x250x2/ryk-modular-time-slice.jpg',
'is_used': False,
'name': 'RYK Modular Time Slice',
'page_metadata': None,
'price': '529.00',
'product_code': 'CV5787',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/ryk-modular-time-slice.html',
'vat_included': False}
2026-04-27 00:09:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:09:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/bastl-instruments-timber-used.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/74762973/300x250x2/bastl-instruments-timber-used.jpg',
'is_used': True,
'name': 'Bastl Instruments Timber, USED',
'page_metadata': None,
'price': '130.00',
'product_code': 'CV5804',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/bastl-instruments-timber-used.html',
'vat_included': False}
2026-04-27 00:09:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:09:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/snazzy-fx-tidal-wave-used.html>
{'batch_id': '2250',
'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}
2026-04-27 00:09:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:09:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-thru-stem-ripper-expander.html>
{'batch_id': '2250',
'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}
2026-04-27 00:09:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page31.html)
2026-04-27 00:09:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/schlappi-engineering-three-body-silver.html>
{'batch_id': '2250',
'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}
2026-04-27 00:09:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:09:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/earthquaker-devices-the-wave-transformer.html>
{'batch_id': '2250',
'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': '219.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}
2026-04-27 00:09:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:09:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-the-resynthesizer.html>
{'batch_id': '2250',
'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}
2026-04-27 00:09:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:09:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-tetrapad.html>
{'batch_id': '2250',
'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}
2026-04-27 00:09:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:09:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/manifold-research-centre-tetragrid.html>
{'batch_id': '2250',
'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}
2026-04-27 00:09:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:09:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-tete-tete-demo-unit.html>
{'batch_id': '2250',
'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}
2026-04-27 00:09:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:09:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-tete-tete.html>
{'batch_id': '2250',
'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}
2026-04-27 00:09:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:09:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-tempi.html>
{'batch_id': '2250',
'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}
2026-04-27 00:09:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:09:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-techno-system-used.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/73932905/300x250x2/erica-synths-techno-system-used.jpg',
'is_used': True,
'name': 'Erica Synths Techno System, USED',
'page_metadata': None,
'price': '3000.00',
'product_code': 'CV5745',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/erica-synths-techno-system-used.html',
'vat_included': False}
2026-04-27 00:09:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:09:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-tazm-o.html>
{'batch_id': '2250',
'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': '349.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}
2026-04-27 00:09:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-tapographic-delay-used.html>
{'batch_id': '2250',
'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': '319.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}
2026-04-27 00:09:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:09:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-tapographic-delay-td-faceplate-black.html>
{'batch_id': '2250',
'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': '25.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}
2026-04-27 00:09:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:10:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-tapographic-delay.html>
{'batch_id': '2250',
'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': '359.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}
2026-04-27 00:10:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:10:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-tape-microsound-music-machine.html>
{'batch_id': '2250',
'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}
2026-04-27 00:10:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:10:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-tanh-3.html>
{'batch_id': '2250',
'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}
2026-04-27 00:10:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:10:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-tangrams.html>
{'batch_id': '2250',
'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}
2026-04-27 00:10:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:10:19 [scrapy.extensions.logstats] INFO: Crawled 169 pages (at 21 pages/min), scraped 134 items (at 21 items/min)
2026-04-27 00:10:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-tangle-quartet.html>
{'batch_id': '2250',
'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}
2026-04-27 00:10:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:10:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-tain.html>
{'batch_id': '2250',
'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}
2026-04-27 00:10:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:10:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-tagh.html>
{'batch_id': '2250',
'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}
2026-04-27 00:10:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:10:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/roland-system-500-572-phase-shifter-delay-lfo-demo.html>
{'batch_id': '2250',
'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}
2026-04-27 00:10:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:10:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/roland-system-500-540-dual-envelope-lfo-demo-unit.html>
{'batch_id': '2250',
'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}
2026-04-27 00:10:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:10:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/roland-system-500-540-dual-envelope-lfo.html>
{'batch_id': '2250',
'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': '315.00',
'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}
2026-04-27 00:10:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:10:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/roland-system-500-530-vca.html>
{'batch_id': '2250',
'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': '255.00',
'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}
2026-04-27 00:10:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page30.html)
2026-04-27 00:10:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-swn-spherical-wavetable-navigator.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-swn-spherical-wavetable-navigator.html',
'vat_included': False}
2026-04-27 00:10:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:10:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-svf-1u.html>
{'batch_id': '2250',
'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': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-svf-1u.html',
'vat_included': False}
2026-04-27 00:10:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:10:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/weston-precision-audio-sv1-dual-stereo-vca.html>
{'batch_id': '2250',
'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}
2026-04-27 00:10:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:10:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/qu-bit-electronix-surface.html>
{'batch_id': '2250',
'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}
2026-04-27 00:10:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:10:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/expert-sleepers-super-disting-ex-plus-alpha-used.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/75426284/300x250x2/expert-sleepers-super-disting-ex-plus-alpha-used.jpg',
'is_used': True,
'name': 'Expert Sleepers Super Disting EX Plus Alpha, USED',
'page_metadata': None,
'price': '370.00',
'product_code': 'CV4344',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/expert-sleepers-super-disting-ex-plus-alpha-used.html',
'vat_included': False}
2026-04-27 00:10:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:10:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/moog-subharmonicon-used.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/74763704/300x250x2/moog-subharmonicon-used.jpg',
'is_used': True,
'name': 'Moog Subharmonicon, USED',
'page_metadata': None,
'price': '500.00',
'product_code': 'CV3947',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/moog-subharmonicon-used.html',
'vat_included': False}
2026-04-27 00:10:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:10:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/moog-subharmonicon.html>
{'batch_id': '2250',
'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}
2026-04-27 00:10:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/modbap-modular-stubs-3-35mm-right-angle-8pk.html>
{'batch_id': '2250',
'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}
2026-04-27 00:11:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-sts-stereo-triggered-sampler.html>
{'batch_id': '2250',
'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': '399.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}
2026-04-27 00:11:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/pittsburgh-modular-structure-ep-420.html>
{'batch_id': '2250',
'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}
2026-04-27 00:11:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/pittsburgh-modular-structure-ep-360.html>
{'batch_id': '2250',
'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}
2026-04-27 00:11:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/pittsburgh-modular-structure-ep-270.html>
{'batch_id': '2250',
'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}
2026-04-27 00:11:17 [scrapy.extensions.logstats] INFO: Crawled 187 pages (at 18 pages/min), scraped 153 items (at 19 items/min)
2026-04-27 00:11:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/pittsburgh-modular-structure-ep-208.html>
{'batch_id': '2250',
'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}
2026-04-27 00:11:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-stomp.html>
{'batch_id': '2250',
'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}
2026-04-27 00:11:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-sto-sub-timbral-oscillator.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-sto-sub-timbral-oscillator.html',
'vat_included': False}
2026-04-27 00:11:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/divkid-stereostrip.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/divkid-stereostrip.html',
'vat_included': False}
2026-04-27 00:11:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-stereo-mixer-drum-series.html>
{'batch_id': '2250',
'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}
2026-04-27 00:11:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-stereo-line-out-1u.html>
{'batch_id': '2250',
'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}
2026-04-27 00:11:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-stereo-line-out-jacks-1u.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-stereo-line-out-jacks-1u.html',
'vat_included': False}
2026-04-27 00:11:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-stereo-line-in-1u.html>
{'batch_id': '2250',
'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}
2026-04-27 00:11:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-stereo-line-in-jacks-1u.html>
{'batch_id': '2250',
'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}
2026-04-27 00:11:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-stereo-i-o-1u.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-stereo-i-o-1u.html',
'vat_included': False}
2026-04-27 00:11:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/steady-state-fate-stereo-dipole-black.html>
{'batch_id': '2250',
'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}
2026-04-27 00:11:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page29.html)
2026-04-27 00:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-stereo-compressor.html>
{'batch_id': '2250',
'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}
2026-04-27 00:11:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:11:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-steppy.html>
{'batch_id': '2250',
'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}
2026-04-27 00:11:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-stem-ripper.html>
{'batch_id': '2250',
'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}
2026-04-27 00:12:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/qu-bit-electronix-stardust.html>
{'batch_id': '2250',
'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}
2026-04-27 00:12:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tendrils-stakkas-black-cyan-4pk.html>
{'batch_id': '2250',
'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}
2026-04-27 00:12:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tendrils-stakka.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/65234495/300x250x2/tendrils-stakka.jpg',
'is_used': False,
'name': 'Tendrils Stakka',
'page_metadata': None,
'price': '6.95',
'product_code': 'CV4654',
'ships_from_region': 'US',
'stock_status': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tendrils-stakka.html',
'vat_included': False}
2026-04-27 00:12:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-yellow-50cm-1.html>
{'batch_id': '2250',
'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}
2026-04-27 00:12:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-red-30cm-12in.html>
{'batch_id': '2250',
'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': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-stackcable-red-30cm-12in.html',
'vat_included': False}
2026-04-27 00:12:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:18 [scrapy.extensions.logstats] INFO: Crawled 207 pages (at 20 pages/min), scraped 172 items (at 19 items/min)
2026-04-27 00:12:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-purple-150cm.html>
{'batch_id': '2250',
'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}
2026-04-27 00:12:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-orange-350cm-138in.html>
{'batch_id': '2250',
'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}
2026-04-27 00:12:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-green-20cm-78.html>
{'batch_id': '2250',
'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': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-stackcable-green-20cm-78.html',
'vat_included': False}
2026-04-27 00:12:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-gray-250cm-98in.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/tiptop-audio-stackcable-gray-250cm-98in.html',
'vat_included': False}
2026-04-27 00:12:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-cyan-40cm-16in.html>
{'batch_id': '2250',
'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}
2026-04-27 00:12:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-blue-70cm-275.html>
{'batch_id': '2250',
'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}
2026-04-27 00:12:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-stackcable-black-90cm-35.html>
{'batch_id': '2250',
'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}
2026-04-27 00:12:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/alm-busy-circuits-squid-salmple.html>
{'batch_id': '2250',
'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}
2026-04-27 00:12:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/endorphines-squawk-dirty-to-me.html>
{'batch_id': '2250',
'currency_code': 'USD',
'html': None,
'image_url': 'https://cdn.shoplightspeed.com/shops/642375/files/57975601/300x250x2/endorphines-squawk-dirty-to-me-demo-unit.jpg',
'is_used': False,
'name': 'Endorphin.es Squawk Dirty To Me, DEMO UNIT',
'page_metadata': None,
'price': '165.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}
2026-04-27 00:12:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-springray-ii.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-springray-ii.html',
'vat_included': False}
2026-04-27 00:12:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/toppobrillo-sport-modulator-2-black.html>
{'batch_id': '2250',
'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': '225.00',
'product_code': 'CV4369',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/toppobrillo-sport-modulator-2-black.html',
'vat_included': False}
2026-04-27 00:12:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/boredbrain-splix.html>
{'batch_id': '2250',
'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}
2026-04-27 00:12:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:12:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-spherical-wavetable-navigator-swn-faceplate-wh.html>
{'batch_id': '2250',
'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': '20.00',
'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}
2026-04-27 00:13:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:13:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/make-noise-spectraphon.html>
{'batch_id': '2250',
'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': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/make-noise-spectraphon.html',
'vat_included': False}
2026-04-27 00:13:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:13:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/worng-electronics-soundstage-ii.html>
{'batch_id': '2250',
'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}
2026-04-27 00:13:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page28.html)
2026-04-27 00:13:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-sofia.html>
{'batch_id': '2250',
'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}
2026-04-27 00:13:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/mosaic-snare-drum.html>
{'batch_id': '2250',
'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': '109.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}
2026-04-27 00:13:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/erica-synths-snare.html>
{'batch_id': '2250',
'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': '199.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}
2026-04-27 00:13:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-smr-filter-spectral-multiband-resonator.html>
{'batch_id': '2250',
'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': '425.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}
2026-04-27 00:13:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/vpmede-sixswitches.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/vpmede-sixswitches.html',
'vat_included': False}
2026-04-27 00:13:17 [scrapy.extensions.logstats] INFO: Crawled 226 pages (at 19 pages/min), scraped 192 items (at 20 items/min)
2026-04-27 00:13:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-sism-shifting-inverting-signal-mingler.html>
{'batch_id': '2250',
'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': '150.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}
2026-04-27 00:13:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/2hp-sine-silver-demo-unit.html>
{'batch_id': '2250',
'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}
2026-04-27 00:13:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/2hp-sine.html>
{'batch_id': '2250',
'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': '115.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}
2026-04-27 00:13:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/worng-electronics-sidecar.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/worng-electronics-sidecar.html',
'vat_included': False}
2026-04-27 00:13:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-shifty.html>
{'batch_id': '2250',
'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': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-shifty.html',
'vat_included': False}
2026-04-27 00:13:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-dual-shaped-envvca.html>
{'batch_id': '2250',
'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': '289.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}
2026-04-27 00:13:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/weston-precision-audio-sf1-dual-stereo-vcf.html>
{'batch_id': '2250',
'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}
2026-04-27 00:13:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/xaoc-devices-sewastopol-v2.html>
{'batch_id': '2250',
'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}
2026-04-27 00:13:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/bleep-labs-sensory-coupler.html>
{'batch_id': '2250',
'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}
2026-04-27 00:13:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/intellijel-sealegs.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/intellijel-sealegs.html',
'vat_included': False}
2026-04-27 00:13:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/weston-precision-audio-se1-shaped-vc-envelope.html>
{'batch_id': '2250',
'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': '179.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}
2026-04-27 00:13:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-sd909.html>
{'batch_id': '2250',
'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}
2026-04-27 00:13:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/tiptop-audio-sd808.html>
{'batch_id': '2250',
'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}
2026-04-27 00:13:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/control-voltage-screws-m4-4pk.html>
{'batch_id': '2250',
'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}
2026-04-27 00:13:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/control-voltage-screws-m3-50pk.html>
{'batch_id': '2250',
'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': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/control-voltage-screws-m3-50pk.html',
'vat_included': False}
2026-04-27 00:13:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/control-voltage-screws-m3-8mm-long-50pk.html>
{'batch_id': '2250',
'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}
2026-04-27 00:13:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:13:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/control-voltage-screws-m25-50pk.html>
{'batch_id': '2250',
'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}
2026-04-27 00:13:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:14:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/control-voltage-screws-m25-8mm-long-50pk.html>
{'batch_id': '2250',
'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': 1,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/control-voltage-screws-m25-8mm-long-50pk.html',
'vat_included': False}
2026-04-27 00:14:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page27.html)
2026-04-27 00:14:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/control-voltage-screws-4-40-50pk.html>
{'batch_id': '2250',
'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}
2026-04-27 00:14:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2026-04-27 00:14:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-scmbo-faceplate-black.html>
{'batch_id': '2250',
'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': '15.00',
'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}
2026-04-27 00:14:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2026-04-27 00:14:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-scmbo-kit-shuffling-clock-multiplier-break.html>
{'batch_id': '2250',
'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}
2026-04-27 00:14:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2026-04-27 00:14:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-scmbo-shuffling-clock-multiplier-breakout.html>
{'batch_id': '2250',
'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}
2026-04-27 00:14:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2026-04-27 00:14:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-scm-plus-shuffling-clock-multiplier.html>
{'batch_id': '2250',
'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': '149.00',
'product_code': 'CV4226',
'ships_from_region': 'US',
'stock_status': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/4ms-scm-plus-shuffling-clock-multiplier.html',
'vat_included': False}
2026-04-27 00:14:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2026-04-27 00:14:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-scm-kit-shuffling-clock-multiplier.html>
{'batch_id': '2250',
'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}
2026-04-27 00:14:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2026-04-27 00:14:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/4ms-scm-shuffling-clock-multiplier.html>
{'batch_id': '2250',
'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}
2026-04-27 00:14:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2026-04-27 00:14:17 [scrapy.extensions.logstats] INFO: Crawled 252 pages (at 26 pages/min), scraped 217 items (at 25 items/min)
2026-04-27 00:14:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/instruo-scion.html>
{'batch_id': '2250',
'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': '299.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}
2026-04-27 00:14:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2026-04-27 00:14:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/qu-bit-electronix-scanned-demo-unit.html>
{'batch_id': '2250',
'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': '310.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}
2026-04-27 00:14:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.controlvoltage.net/modular/page26.html)
2026-04-27 00:14:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.controlvoltage.net/qu-bit-electronix-scanned.html>
{'batch_id': '2250',
'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': 0,
'store_code': 'controlvoltage',
'url': 'https://www.controlvoltage.net/qu-bit-electronix-scanned.html',
'vat_included': False}
2026-04-27 00:14:22 [scrapy.core.engine] DEBUG: Crawled (200)