2023-01-23 14:00:33 [scrapy.utils.log] INFO: Scrapy 2.5.0 started (bot: modularspiders) 2023-01-23 14:00:33 [scrapy.utils.log] INFO: Versions: lxml 4.6.3.0, libxml2 2.9.10, cssselect 1.1.0, parsel 1.6.0, w3lib 1.21.0, Twisted 21.2.0, Python 3.6.9 (default, Apr 18 2020, 01:56:04) - [GCC 8.4.0], pyOpenSSL 20.0.1 (OpenSSL 1.1.1k 25 Mar 2021), cryptography 3.4.7, Platform Linux-4.15.0-108-generic-x86_64-with-Ubuntu-18.04-bionic 2023-01-23 14:00:33 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.epollreactor.EPollReactor 2023-01-23 14:00:33 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'modularspiders', 'LOG_FILE': 'logs/default/reverb/1aafbc7a99ad11edab900242ac110018.log', 'NEWSPIDER_MODULE': 'modularspiders.spiders', 'ROBOTSTXT_OBEY': True, 'SPIDER_MODULES': ['modularspiders.spiders'], 'USER_AGENT': 'Mozilla/5.0 (compatible; Googlebot/2.1; ' '+http://www.google.com/bot.html)'} 2023-01-23 14:00:33 [scrapy.extensions.telnet] INFO: Telnet Password: f434b7c6c4c3ab73 2023-01-23 14:00:33 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.logstats.LogStats'] 2023-01-23 14:00:33 [scrapy.middleware] INFO: Enabled downloader middlewares: ['scrapy.downloadermiddlewares.robotstxt.RobotsTxtMiddleware', 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', 'scrapy.downloadermiddlewares.retry.RetryMiddleware', 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', 'scrapy.downloadermiddlewares.stats.DownloaderStats'] 2023-01-23 14:00:33 [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'] 2023-01-23 14:00:33 [scrapy.middleware] INFO: Enabled item pipelines: ['modularspiders.pipelines.MinimumViableItemPipeline', 'modularspiders.pipelines.RedisExporter', 'modularspiders.pipelines.BulkStoreUpdate'] 2023-01-23 14:00:33 [scrapy.core.engine] INFO: Spider opened 2023-01-23 14:00:33 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2023-01-23 14:00:33 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6025 2023-01-23 14:00:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2023-01-23 14:00:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2023-01-23 14:00:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2023-01-23 14:00:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-outlet-11855> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Noise Plethora DIY', 'price': '282.78', 'ships_from_region': 'BE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175706-befaco-noise-plethora-diy'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/uris-gear-depot-3> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise QPAS', 'price': '345.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175906-make-noise-qpas'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicolas-boutique-28> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Scales', 'price': '406.08', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175646-intellijel-scales'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers ES-3 MK2 Lightpipe / CV Interface', 'price': '141.39', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175974-expert-sleepers-es-3-mk2-lightpipe-cv-interface'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/uris-gear-depot-3> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise X-PAN', 'price': '249.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175785-make-noise-x-pan'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/uris-gear-depot-3> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise X-PAN', 'price': '249.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175785-make-noise-x-pan'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-outlet-11855> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Noise Plethora DIY', 'price': '282.78', 'ships_from_region': 'BE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175706-befaco-noise-plethora-diy'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gautiers-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Rebel Technology', 'name': 'Rebel Technology Chronos - Silver', 'price': '130.08', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175523-rebel-technology-chronos-silver'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Maths Module', 'price': '288.44', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175856-make-noise-maths-module'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers ES-3 MK2 Lightpipe / CV Interface', 'price': '141.39', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175974-expert-sleepers-es-3-mk2-lightpipe-cv-interface'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/uris-gear-depot-3> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise QPAS', 'price': '345.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175906-make-noise-qpas'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gautiers-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Happy Nerding', 'name': 'Happy Nerding Tritone - Silver', 'price': '169.67', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175357-happy-nerding-tritone-silver'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicolas-boutique-28> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Scales', 'price': '406.08', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175646-intellijel-scales'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gautiers-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Double Bass - Black', 'price': '141.39', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175463-erica-synths-black-double-bass-black'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Maths Module', 'price': '288.44', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175856-make-noise-maths-module'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Zadar & Zin Expander - Silver', 'price': '329.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65174893-xaoc-devices-zadar-zin-expander-silver'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rubadub> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM', 'name': 'ALM ALM Busy Circuits 52HP 3U Eurorack Case (B-stock) 2010-present - ' 'Stock', 'price': '192.73', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175510-alm-alm-busy-circuits-52hp-3u-eurorack-case-b-stock-2010-present-stock'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gautiers-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Atlantis 2015 - 2021 - Silver', 'price': '757.86', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175204-intellijel-atlantis-2015-2021-silver'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wizards-weaponry> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL CASPER Waver Wavefolding Drone Mixer VCA Ring Mod', 'price': '225.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65171479-bastl-casper-waver-wavefolding-drone-mixer-vca-ring-mod'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-garage-5719> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Function Module', 'price': '180.98', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65171227-make-noise-function-module'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments grandPa Dual Granular Sampler', 'price': '141.39', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65170831-bastl-instruments-grandpa-dual-granular-sampler'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Rossum Electro-Music', 'name': 'Rossum Electro-Music Assimil8or Multi-Timbral Phase Modulation ' 'Sampler Eurorack Module 2016 - 2021 - Silver', 'price': '899.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65171199-rossum-electro-music-assimil8or-multi-timbral-phase-modulation-sampler-eurorack-module-2016-2021-silver'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/individual-seller-774> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Soleo Vero 2018 - Present - Black', 'price': '235.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65169616-noise-engineering-soleo-vero-2018-present-black'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers Disting MK2', 'price': '107.46', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65170883-expert-sleepers-disting-mk2'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-garage-5719> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer R2m ribbon controller + manual', 'price': '260.16', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65170512-doepfer-r2m-ribbon-controller-manual'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Performance Mixer 2010s - Black', 'price': '749.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65171663-wmd-performance-mixer-2010s-black'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wizards-weaponry> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black LPG Low Pass Gate Filter VCA', 'price': '145.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65171736-erica-synths-black-lpg-low-pass-gate-filter-vca'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise DPO Module 2008 - Present - Silver', 'price': '452.46', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65169880-make-noise-dpo-module-2008-present-silver'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ales-gear-outlet-11> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Pressure Points Module', 'price': '192.29', 'ships_from_region': 'IE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65169977-make-noise-pressure-points-module'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/loulas-gear-bazaar> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Loop - Silver', 'price': '148.59', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65171658-2hp-loop-silver'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/charless-gear-outlet-737> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Arp', 'price': '124.43', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65172029-2hp-arp'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments grandPa Dual Granular Sampler', 'price': '141.39', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65170831-bastl-instruments-grandpa-dual-granular-sampler'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Micro Hadron Collider 2010s - Black / Silver', 'price': '254.51', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65170317-wmd-micro-hadron-collider-2010s-black-silver'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jay-synth> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Buff Mult 2015 - 2021 - Silver', 'price': '50.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65174894-intellijel-buff-mult-2015-2021-silver'} 2023-01-23 14:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Zadar & Zin Expander - Silver', 'price': '329.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65174893-xaoc-devices-zadar-zin-expander-silver'} 2023-01-23 14:00:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers Disting MK2', 'price': '107.46', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65170883-expert-sleepers-disting-mk2'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Rossum Electro-Music', 'name': 'Rossum Electro-Music Assimil8or Multi-Timbral Phase Modulation ' 'Sampler Eurorack Module 2016 - 2021 - Silver', 'price': '899.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65171199-rossum-electro-music-assimil8or-multi-timbral-phase-modulation-sampler-eurorack-module-2016-2021-silver'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/scotts-gear-outlet-722> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Boredbrain Music', 'name': 'Boredbrain Music Optx ADAT Converter 2022 - Black', 'price': '269.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175144-boredbrain-music-optx-adat-converter-2022-black'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/andys-gear-emporium-106> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Roland', 'name': 'Roland AIRA Torcido Eurorack Distortion Module 2015 - Present - ' 'Black', 'price': '229.99', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175032-roland-aira-torcido-eurorack-distortion-module-2015-present-black'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-garage-5719> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Function Module', 'price': '180.98', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65171227-make-noise-function-module'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wizards-weaponry> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL CASPER Waver Wavefolding Drone Mixer VCA Ring Mod', 'price': '225.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65171479-bastl-casper-waver-wavefolding-drone-mixer-vca-ring-mod'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=eurorack&bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bumped=4&condition=all&product_type=keyboards-and-synths&category=modular-synths&%20%20bump_algorithm=default&facets=true&include_grid_images=true&paginate_bump=true&expand_category_facets=false&middle_categories=true&shipping_placeholders=true&shop=) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Performance Mixer 2010s - Black', 'price': '749.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65171663-wmd-performance-mixer-2010s-black'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gautiers-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Double Bass - Black', 'price': '141.39', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175463-erica-synths-black-double-bass-black'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wizards-weaponry> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black LPG Low Pass Gate Filter VCA', 'price': '145.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65171736-erica-synths-black-lpg-low-pass-gate-filter-vca'} 2023-01-23 14:00:36 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65169683-der-mann-mit-der-maschine-m4-motorized-fader-expander-for-droid 2023-01-23 14:00:36 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65169682-der-mann-mit-der-maschine-s10-switch-expander-for-droid 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-outlet-11855> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Tides V2', 'price': '373.28', 'ships_from_region': 'BE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175360-mutable-instruments-tides-v2'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jay-synth> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Buff Mult 2015 - 2021 - Silver', 'price': '50.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65174894-intellijel-buff-mult-2015-2021-silver'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/charless-gear-outlet-737> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Arp', 'price': '124.43', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65172029-2hp-arp'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gautiers-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Atlantis 2015 - 2021 - Silver', 'price': '757.86', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65175204-intellijel-atlantis-2015-2021-silver'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Micro Hadron Collider 2010s - Black / Silver', 'price': '254.51', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65170317-wmd-micro-hadron-collider-2010s-black-silver'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Braids 2014 - 2021 - Silver', 'price': '282.78', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65170005-mutable-instruments-braids-2014-2021-silver'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise DPO Module 2008 - Present - Silver', 'price': '452.46', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65169880-make-noise-dpo-module-2008-present-silver'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ales-gear-outlet-11> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Pressure Points Module', 'price': '192.29', 'ships_from_region': 'IE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65169977-make-noise-pressure-points-module'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/individual-seller-774> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Soleo Vero 2018 - Present - Black', 'price': '235.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65169616-noise-engineering-soleo-vero-2018-present-black'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ales-gear-outlet-11> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Future Retro', 'name': 'Future Retro Transient Plus', 'price': '248.85', 'ships_from_region': 'IE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65169952-future-retro-transient-plus'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/asceticists-06> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Audio Damage', 'name': 'Audio Damage ADM21 Aeverb Mk2', 'price': '299.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65166885-audio-damage-adm21-aeverb-mk2'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/individual-seller-774> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Neutron Sound', 'name': 'Neutron Sound Orgone Accumulator 2020s DIY - White Magpie Panel', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65169518-neutron-sound-orgone-accumulator-2020s-diy-white-magpie-panel'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/darkroom> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'SSF', 'name': 'SSF Steady State Fate Entity Bass Kick Drum Synthesizer', 'price': '284.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65166239-ssf-steady-state-fate-entity-bass-kick-drum-synthesizer'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-bazaar-170> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Outs 2015 - 2021 - Silver', 'price': '140.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65165926-intellijel-outs-2015-2021-silver'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nick-s-gear-emporium-19> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Chord v2', 'price': '225.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65166735-qu-bit-electronix-chord-v2'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/individual-seller-774> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Neutron Sound', 'name': 'Neutron Sound Orgone Accumulator 2020s DIY - White Magpie Panel', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65169518-neutron-sound-orgone-accumulator-2020s-diy-white-magpie-panel'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/charless-shop-387> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Zadar 2010s - Silver', 'price': '370.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65165380-xaoc-devices-zadar-2010s-silver'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/asceticists-06> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Audio Damage', 'name': 'Audio Damage ADM21 Aeverb Mk2', 'price': '299.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65166885-audio-damage-adm21-aeverb-mk2'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-shop-3016> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Zerosum Inertia', 'name': 'Zerosum Inertia BFK9000 Vacuum Tube Processor MINT Like New', 'price': '424.95', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65165501-zerosum-inertia-bfk9000-vacuum-tube-processor-mint-like-new'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/darkroom> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'SSF', 'name': 'SSF Steady State Fate Entity Bass Kick Drum Synthesizer', 'price': '284.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65166239-ssf-steady-state-fate-entity-bass-kick-drum-synthesizer'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-bazaar-170> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp VCA 2010s - Silver', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65165977-2hp-vca-2010s-silver'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nick-s-gear-emporium-19> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Chord v2', 'price': '225.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65166735-qu-bit-electronix-chord-v2'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/justin-bobbys-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-111-6 Miniature Synthesizer Voice', 'price': '199.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65164999-doepfer-a-111-6-miniature-synthesizer-voice'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-bazaar-170> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Outs 2015 - 2021 - Silver', 'price': '140.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65165926-intellijel-outs-2015-2021-silver'} 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-gear-bazaar-265> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Virt Iter Legio Stereo Oscillator w/ generic ' 'Legio panel', 'price': '260.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65164617-noise-engineering-virt-iter-legio-stereo-oscillator-w-generic-legio-panel'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-bazaar-170> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp VCA 2010s - Silver', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65165977-2hp-vca-2010s-silver'} 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/fuenstock-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Steppy', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65164770-intellijel-steppy'} 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/justin-bobbys-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-111-6 Miniature Synthesizer Voice', 'price': '199.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65164999-doepfer-a-111-6-miniature-synthesizer-voice'} 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-gear-bazaar-265> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Virt Iter Legio Stereo Oscillator w/ generic ' 'Legio panel', 'price': '260.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65164617-noise-engineering-virt-iter-legio-stereo-oscillator-w-generic-legio-panel'} 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/bens-boutique-1077> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Clep Diaz 2018 - Present - Black', 'price': '95.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162038-noise-engineering-clep-diaz-2018-present-black'} 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/fuenstock-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Steppy', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65164770-intellijel-steppy'} 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/fuenstock-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica synth', 'name': 'Erica synth 208hp aluminum travel case with lid', 'price': '522.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65164633-erica-synth-208hp-aluminum-travel-case-with-lid'} 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/fuenstock-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Hexmix performance mixer', 'price': '399.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65164387-befaco-hexmix-performance-mixer'} 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/fuenstock-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Quadrax', 'price': '276.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65164309-intellijel-quadrax'} 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sauls-gear-bazaar-7> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise 0-Coast Complete Like New W/ box and all cables', 'price': '450.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65163972-make-noise-0-coast-complete-like-new-w-box-and-all-cables'} 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/johns-shop-4163> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Quadrax 2015 - 2021 - Silver', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162780-intellijel-quadrax-2015-2021-silver'} 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-shop-3016> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Geiger Counter Black Eurorack Module Bitcrusher Distortion MINT ' 'Like New', 'price': '384.95', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162313-wmd-geiger-counter-black-eurorack-module-bitcrusher-distortion-mint-like-new'} 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-outlet-7921> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Korg', 'name': 'Korg Volca Modular with Power Supply', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162121-korg-volca-modular-with-power-supply'} 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/pawels-gear-depot-4> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Cursus Iteritas Percido', 'price': '555.59', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65163320-noise-engineering-cursus-iteritas-percido'} 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jamess-gear-locker-630> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Dreadbox', 'name': 'Dreadbox Eudemonia Filter-Mixer-VCA 2019 - Present - Blue', 'price': '75.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65163301-dreadbox-eudemonia-filter-mixer-vca-2019-present-blue'} 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/charless-shop-387> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise QPAS Module 2019 - Present - Black', 'price': '325.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65165021-make-noise-qpas-module-2019-present-black'} 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/johns-shop-4163> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico Drum2 2020 - Present - Black', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65163597-erica-synths-pico-drum2-2020-present-black'} 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/fuenstock-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Squarp Instruments', 'name': 'Squarp Instruments Hermod Modular Brain', 'price': '420.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65164223-squarp-instruments-hermod-modular-brain'} 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/fuenstock-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Quadrax', 'price': '276.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65164309-intellijel-quadrax'} 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/fuenstock-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Hexmix performance mixer', 'price': '399.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65164387-befaco-hexmix-performance-mixer'} 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/charless-shop-387> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Zadar 2010s - Silver', 'price': '370.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65165380-xaoc-devices-zadar-2010s-silver'} 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-shop-3016> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Zerosum Inertia', 'name': 'Zerosum Inertia BFK9000 Vacuum Tube Processor MINT Like New', 'price': '424.95', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65165501-zerosum-inertia-bfk9000-vacuum-tube-processor-mint-like-new'} 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-gear-bazaar-265> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Toppobrillo', 'name': 'Toppobrillo Multifilter 2', 'price': '220.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65164559-toppobrillo-multifilter-2'} 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/charless-shop-387> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise QPAS Module 2019 - Present - Black', 'price': '325.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65165021-make-noise-qpas-module-2019-present-black'} 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/fuenstock-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica synth', 'name': 'Erica synth 208hp aluminum travel case with lid', 'price': '522.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65164633-erica-synth-208hp-aluminum-travel-case-with-lid'} 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=2&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/bens-boutique-1077> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Clep Diaz 2018 - Present - Black', 'price': '95.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162038-noise-engineering-clep-diaz-2018-present-black'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/johns-shop-4163> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico Drum2 2020 - Present - Black', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65163597-erica-synths-pico-drum2-2020-present-black'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sauls-gear-bazaar-7> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise 0-Coast Complete Like New W/ box and all cables', 'price': '450.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65163972-make-noise-0-coast-complete-like-new-w-box-and-all-cables'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jamess-gear-locker-630> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Abyss Devices', 'name': 'Abyss Devices aMix Four Channel Mixer - Black', 'price': '85.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65163600-abyss-devices-amix-four-channel-mixer-black'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-bazaar-1764> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Strymon', 'name': 'Strymon Magneto Four-Head dTape Echo & Looper Eurorack Unit', 'price': '428.48', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65163613-strymon-magneto-four-head-dtape-echo-looper-eurorack-unit'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/pawels-gear-depot-4> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Cursus Iteritas Percido', 'price': '555.59', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65163320-noise-engineering-cursus-iteritas-percido'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jamess-gear-locker-630> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-100MC Eurorack Case', 'price': '99.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65163354-doepfer-a-100mc-eurorack-case'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/poisoned-modules> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Syntonie', 'name': 'Syntonie VU003B Component To RGB Decoder/Luma Processor LZX Video ' 'Synthesizer', 'price': '190.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162919-syntonie-vu003b-component-to-rgb-decoder-luma-processor-lzx-video-synthesizer'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jamess-gear-locker-630> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Dreadbox', 'name': 'Dreadbox Eudemonia Filter-Mixer-VCA 2019 - Present - Blue', 'price': '75.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65163301-dreadbox-eudemonia-filter-mixer-vca-2019-present-blue'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/bens-boutique-1077> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Slyph - Byxa / Mutable Instruments Ears mutation Black', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162478-slyph-byxa-mutable-instruments-ears-mutation-black'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/johns-shop-4163> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Quadrax 2015 - 2021 - Silver', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162780-intellijel-quadrax-2015-2021-silver'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/poisoned-modules> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'brownshoesonly', 'name': 'brownshoesonly Crossfade LZX Video Synthesizer', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162813-brownshoesonly-crossfade-lzx-video-synthesizer'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/poisoned-modules> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'LZX Industries', 'name': 'LZX Industries Castle 010 Clock VCO', 'price': '135.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162672-lzx-industries-castle-010-clock-vco'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/brians-boutique-1186> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer Behringer SYSTEM 100 172 PHASE SHIFTER/DELAY/LFO 2020 - ' 'Grey', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162126-behringer-behringer-system-100-172-phase-shifter-delay-lfo-2020-grey'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/poisoned-modules> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'LZX Industries', 'name': 'LZX Industries Castle 010 Clock VCO Video Synthesizer', 'price': '135.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162617-lzx-industries-castle-010-clock-vco-video-synthesizer'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/poisoned-modules> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'brownshoesonly', 'name': 'brownshoesonly Crossfade LZX Video Synthesizer', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162785-brownshoesonly-crossfade-lzx-video-synthesizer'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/johns-shop-4163> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Morgasmatron 2015 - 2021 - Silver', 'price': '280.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162090-intellijel-morgasmatron-2015-2021-silver'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/brians-boutique-1186> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer Behringer SYSTEM 100 172 PHASE SHIFTER/DELAY/LFO 2020 - ' 'Grey', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162126-behringer-behringer-system-100-172-phase-shifter-delay-lfo-2020-grey'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/bens-boutique-1077> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Nano Rand v2 2016 - Present - Black', 'price': '165.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65161290-qu-bit-electronix-nano-rand-v2-2016-present-black'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/soma-ems> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise QMMG Module 2010 Skiff Friendly - Silver', 'price': '2200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65161086-make-noise-qmmg-module-2010-skiff-friendly-silver'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Lapsus Os - Silver', 'price': '120.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65160303-noise-engineering-lapsus-os-silver'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/doublea-ronsdeals> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'XOR Electronics', 'name': 'XOR Electronics NerdSeq Bundle', 'price': '820.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65159675-xor-electronics-nerdseq-bundle'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/boutique-5468> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Verbos Electronics', 'name': 'Verbos Electronics Sequence Selector', 'price': '475.08', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65158288-verbos-electronics-sequence-selector'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/soma-ems> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise QMMG Module 2010 Skiff Friendly - Silver', 'price': '2200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65161086-make-noise-qmmg-module-2010-skiff-friendly-silver'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matts-basement> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Golden Master - Black', 'price': '199.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64954899-endorphin-es-golden-master-black'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Switch 2010s - Silver', 'price': '70.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65160429-2hp-switch-2010s-silver'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/doublea-ronsdeals> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog Mother-32 Tabletop / Eurorack Semi-Modular Synthesizer 2015 - ' 'Present - Black', 'price': '440.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65159540-moog-mother-32-tabletop-eurorack-semi-modular-synthesizer-2015-present-black'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dans-used-gear-2> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Bassline DB-01 Desktop 2014 - Present - Black', 'price': '475.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65157658-erica-synths-bassline-db-01-desktop-2014-present-black'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/josephs-gear-outlet-1364> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer Behringer SYSTEM 100 172 PHASE SHIFTER/DELAY/LFO 2020 - ' 'Grey', 'price': '81.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65157927-behringer-behringer-system-100-172-phase-shifter-delay-lfo-2020-grey'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matts-basement> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise X-PAN Module 2019 - Present - Black', 'price': '239.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64954167-make-noise-x-pan-module-2019-present-black'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matthews-gear-depot-284> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '4ms Company', 'name': '4ms Company Shuffling Clock Multiplier (from assembled DIY kit)', 'price': '89.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65156849-4ms-company-shuffling-clock-multiplier-from-assembled-diy-kit'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/roberts-gear-garage-999> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Performancer mixeer - Black', 'price': '933.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65159477-wmd-performancer-mixeer-black'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nola-guitar-shop> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': '2hp', 'name': '2hp ARP Eurorack Arpeggiator Module. - Silver.', 'price': '109.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65156145-2hp-arp-eurorack-arpeggiator-module-silver'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Crater - Black', 'price': '230.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65156471-wmd-crater-black'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trentons-gear-emporium-18> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise XOH', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65156393-make-noise-xoh'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Javelin ADSR Envelope', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65157302-wmd-javelin-adsr-envelope'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lindsays-gear-garage-44> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Empress', 'name': 'Empress Zoia Euroburo Compact Grid Controller', 'price': '550.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65157540-empress-zoia-euroburo-compact-grid-controller'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rs-shop-8> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Koma Elektronik', 'name': 'Koma Elektronik Strom Mobile- Portable Power Solution', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65157825-koma-elektronik-strom-mobile-portable-power-solution'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dougs-gear-depot-251> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Cre8Audio', 'name': 'Cre8Audio East Beast Semi-Modular Analog Synthesizer 2022 - Present ' '- Black', 'price': '215.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65159566-cre8audio-east-beast-semi-modular-analog-synthesizer-2022-present-black'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Running Order - Black', 'price': '119.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65160382-endorphin-es-running-order-black'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nola-guitar-shop> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': '2hp', 'name': '2hp ADSR Eurorack Module - Silver. - Silver', 'price': '109.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65155700-2hp-adsr-eurorack-module-silver-silver'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/zachs-gear-bazaar-360> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'befaco crush delay v2 black panel, white knobs', 'price': '125.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65160021-befaco-crush-delay-v2-black-panel-white-knobs'} 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Switch 2010s - Silver', 'price': '70.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65160429-2hp-switch-2010s-silver'} 2023-01-23 14:00:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dereks-gear-locker-78> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Patching Panda', 'name': 'Patching Panda Vibrazum V2', 'price': '215.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65160766-patching-panda-vibrazum-v2'} 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/johns-shop-4163> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Morgasmatron 2015 - 2021 - Silver', 'price': '280.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162090-intellijel-morgasmatron-2015-2021-silver'} 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/bens-boutique-1077> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Nano Rand v2 2016 - Present - Black', 'price': '165.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65161290-qu-bit-electronix-nano-rand-v2-2016-present-black'} 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-shop-3016> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Geiger Counter Black Eurorack Module Bitcrusher Distortion MINT ' 'Like New', 'price': '384.95', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162313-wmd-geiger-counter-black-eurorack-module-bitcrusher-distortion-mint-like-new'} 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matts-basement> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Golden Master 1u 2022 Black', 'price': '199.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65162315-endorphin-es-golden-master-1u-2022-black'} 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=3&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Lapsus Os - Silver', 'price': '120.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65160303-noise-engineering-lapsus-os-silver'} 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/james-peterson> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Batumi plus POTI expander', 'price': '292.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65155199-xaoc-devices-batumi-plus-poti-expander'} 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/anthonys-gear-depot-276> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-189-1 VBM Voltage Controlled Bit Modifier', 'price': '75.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65156023-doepfer-a-189-1-vbm-voltage-controlled-bit-modifier'} 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eugenes-gear-locker-25> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Rosie eurorack Module', 'price': '142.13', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65155849-make-noise-rosie-eurorack-module'} 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/paulos-shop-32> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog Mother-32 Tabletop Semi-Modular Synthesizer', 'price': '537.29', 'ships_from_region': 'NL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65155445-moog-mother-32-tabletop-semi-modular-synthesizer'} 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/brians-gear-emporium-104> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Atlantis Euro Rack SH-101 clone, broken fader', 'price': '490.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154986-intellijel-atlantis-euro-rack-sh-101-clone-broken-fader'} 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/anthonys-gear-depot-276> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Line In 1U', 'price': '40.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65155905-intellijel-line-in-1u'} 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/james-peterson> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Zadar plus NIN expander', 'price': '385.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154871-xaoc-devices-zadar-plus-nin-expander'} 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ACL', 'name': 'ACL VC Amp Mix VCA and Mixer', 'price': '330.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65160065-acl-vc-amp-mix-vca-and-mixer'} 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jesses-gear-garage-153> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'LZX Industries', 'name': 'LZX Industries Visual Cortex', 'price': '1700.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154740-lzx-industries-visual-cortex'} 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Ritual Electronics', 'name': 'Ritual Electronics Anima', 'price': '215.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65160179-ritual-electronics-anima'} 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits MUM M8', 'price': '140.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65160240-alm-busy-circuits-mum-m8'} 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kamwerk> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Pressure Points Module 2008 - Present - Black & Gold', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153596-make-noise-pressure-points-module-2008-present-black-gold'} 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ds-gear-depot-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Pittsburgh Modular', 'name': 'Pittsburgh Modular mod', 'price': '70.11', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65159857-pittsburgh-modular-mod'} 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/erics-gear-garage-172> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Weston Precision Audio', 'name': 'Weston Precision Audio B1', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154431-weston-precision-audio-b1'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/roberts-gear-garage-999> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Performancer mixeer - Black', 'price': '933.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65159477-wmd-performancer-mixeer-black'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/erics-gear-garage-172> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Happy Nerding', 'name': 'Happy Nerding Fx Aid', 'price': '240.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154513-happy-nerding-fx-aid'} 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/roberts-gear-garage-999> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'MDLR', 'name': 'Eurorack case 12U/104HP Performer Series Pro BLK', 'price': '1250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65158736-eurorack-case-12u-104hp-performer-series-pro-blk'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-bazaar-610> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers ES-3 Mk4 Lightpipe / CV Interface 2017 - 2020 - ' 'Black', 'price': '165.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154318-expert-sleepers-es-3-mk4-lightpipe-cv-interface-2017-2020-black'} 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/boutique-5468> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Verbos Electronics', 'name': 'Verbos Electronics Sequence Selector', 'price': '475.08', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65158288-verbos-electronics-sequence-selector'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kristian-s-gear-bazaar-6> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Grand Terminal', 'price': '428.48', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154355-endorphin-es-grand-terminal'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/doublea-ronsdeals> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'XOR Electronics', 'name': 'XOR Electronics NerdSeq Bundle', 'price': '820.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65159675-xor-electronics-nerdseq-bundle'} 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/josephs-gear-outlet-1364> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer Behringer SYSTEM 100 172 PHASE SHIFTER/DELAY/LFO 2020 - ' 'Grey', 'price': '81.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65157927-behringer-behringer-system-100-172-phase-shifter-delay-lfo-2020-grey'} 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dans-used-gear-2> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Bassline DB-01 Desktop 2014 - Present - Black', 'price': '475.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65157658-erica-synths-bassline-db-01-desktop-2014-present-black'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-bazaar-610> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits MFX - Silver', 'price': '265.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154047-alm-busy-circuits-mfx-silver'} 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lindsays-gear-garage-44> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Empress', 'name': 'Empress Zoia Euroburo Compact Grid Controller', 'price': '550.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65157540-empress-zoia-euroburo-compact-grid-controller'} 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/robo> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise 0-Coast Patchable Synthesizer', 'price': '509.01', 'ships_from_region': 'DE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153383-make-noise-0-coast-patchable-synthesizer'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/johns-gear-emporium-1893> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mannequins', 'name': 'Mannequins Three Sisters Euorack Filter', 'price': '550.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153377-mannequins-three-sisters-euorack-filter'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/josephs-gear-outlet-1364> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer SAMPLE & HOLD/RANDOM VOLTAGE MODULE 1036 2022 - Silver', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65157804-behringer-sample-hold-random-voltage-module-1036-2022-silver'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-depot-191> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Horologic Solum 2020 - Present - Black', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153456-noise-engineering-horologic-solum-2020-present-black'} 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Javelin ADSR Envelope', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65157302-wmd-javelin-adsr-envelope'} 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Crater - Black', 'price': '230.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65156471-wmd-crater-black'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nola-guitar-shop> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': '2hp', 'name': '2hp ARP Eurorack Arpeggiator Module. - Silver.', 'price': '109.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65156145-2hp-arp-eurorack-arpeggiator-module-silver'} 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trentons-gear-emporium-18> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise XOH', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65156393-make-noise-xoh'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nola-guitar-shop> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': '2hp', 'name': '2hp ADSR Eurorack Module - Silver. - Silver', 'price': '109.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65155700-2hp-adsr-eurorack-module-silver-silver'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-shop-1283> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer Eurorack Go Mobile 2x140 HP Eurorack Case', 'price': '240.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65156033-behringer-eurorack-go-mobile-2x140-hp-eurorack-case'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/bills-gear-emporium-515> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'LZX Industries', 'name': 'LZX Industries Cadet VI Fader 2010’s Red', 'price': '70.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65156750-lzx-industries-cadet-vi-fader-2010-s-red'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matthews-gear-depot-284> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '4MS', 'name': '4MS Rotating Clock Divider (from assembled DIY kit)', 'price': '109.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65156476-4ms-rotating-clock-divider-from-assembled-diy-kit'} 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'vpme.de', 'name': 'vpme.de Zeroscope', 'price': '115.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65157104-vpme-de-zeroscope'} 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/richard-s-boutique-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Buchla', 'name': 'Buchla 100 Series black panel 2018 - Black', 'price': '3272.01', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152623-buchla-100-series-black-panel-2018-black'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eduardos-gear-emporium-142> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers General CV 2010s - Black', 'price': '251.95', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153102-expert-sleepers-general-cv-2010s-black'} 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '4MS', 'name': '4MS Pingable Envelope Generator', 'price': '165.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65157427-4ms-pingable-envelope-generator'} 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matts-basement> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise X-PAN Module 2019 - Present - Black', 'price': '239.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64954167-make-noise-x-pan-module-2019-present-black'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/its-a-beautiful-day-in-this-neighborhood> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Librae Legio Stereo Dynamics Eurorack Module 2022 ' '- Present - Black', 'price': '245.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153448-noise-engineering-librae-legio-stereo-dynamics-eurorack-module-2022-present-black'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-bazaar-170> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Dual ADSR 2015 - 2021 - Silver', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152961-intellijel-dual-adsr-2015-2021-silver'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/redrom> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Fracture 2010s - Black - mint conditions', 'price': '288.44', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153702-wmd-fracture-2010s-black-mint-conditions'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/cosmo-music> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Behringer', 'name': 'Behringer Four Play Synth Module', 'price': '110.62', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/63928173-behringer-four-play-synth-module'} 2023-01-23 14:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kristian-s-gear-bazaar-6> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Furthrrrr Generator', 'price': '584.29', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154285-endorphin-es-furthrrrr-generator'} 2023-01-23 14:00:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=4&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/anthonys-gear-depot-276> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-189-1 VBM Voltage Controlled Bit Modifier', 'price': '75.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65156023-doepfer-a-189-1-vbm-voltage-controlled-bit-modifier'} 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/anthonys-gear-depot-276> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Line In 1U', 'price': '40.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65155905-intellijel-line-in-1u'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eugenes-gear-locker-25> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Rosie eurorack Module', 'price': '142.13', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65155849-make-noise-rosie-eurorack-module'} 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/alexs-boutique-480> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Tides 2014 - 2018 - Silver', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65155548-mutable-instruments-tides-2014-2018-silver'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/anthonys-gear-depot-276> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Meng Qi', 'name': 'Meng Qi DPLPG', 'price': '55.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65155683-meng-qi-dplpg'} 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/brians-gear-emporium-104> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Atlantis Euro Rack SH-101 clone, broken fader', 'price': '490.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154986-intellijel-atlantis-euro-rack-sh-101-clone-broken-fader'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/james-peterson> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Batumi plus POTI expander', 'price': '292.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65155199-xaoc-devices-batumi-plus-poti-expander'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/benjamins-shop-160> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'LZX', 'name': 'LZX Passage 2021', 'price': '280.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154822-lzx-passage-2021'} 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/james-peterson> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Zadar plus NIN expander', 'price': '385.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154871-xaoc-devices-zadar-plus-nin-expander'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kamwerk> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Pressure Points Module 2008 - Present - Black & Gold', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153596-make-noise-pressure-points-module-2008-present-black-gold'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jesses-gear-garage-153> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'LZX Industries', 'name': 'LZX Industries Visual Cortex', 'price': '1700.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154740-lzx-industries-visual-cortex'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kristian-s-gear-bazaar-6> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Ground control Black', 'price': '623.24', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154544-endorphin-es-ground-control-black'} 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/erics-gear-garage-172> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Hexinverter', 'name': 'Hexinverter Mutant Clap', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154448-hexinverter-mutant-clap'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-bazaar-610> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers ES-3 Mk4 Lightpipe / CV Interface 2017 - 2020 - ' 'Black', 'price': '165.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154318-expert-sleepers-es-3-mk4-lightpipe-cv-interface-2017-2020-black'} 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kristian-s-gear-bazaar-6> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Grand Terminal', 'price': '428.48', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154355-endorphin-es-grand-terminal'} 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-bazaar-610> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits MFX - Silver', 'price': '265.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154047-alm-busy-circuits-mfx-silver'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'After Later Audio', 'name': 'After Later Audio Atom (Mutable Instruments Elements clone) 2022 - ' 'Black', 'price': '179.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153671-after-later-audio-atom-mutable-instruments-elements-clone-2022-black'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/its-a-beautiful-day-in-this-neighborhood> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Librae Legio Stereo Dynamics Eurorack Module 2022 ' '- Present - Black', 'price': '245.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153448-noise-engineering-librae-legio-stereo-dynamics-eurorack-module-2022-present-black'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/robo> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise 0-Coast Patchable Synthesizer', 'price': '509.01', 'ships_from_region': 'DE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153383-make-noise-0-coast-patchable-synthesizer'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-bazaar-170> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Rings 2016 - Present - Silver', 'price': '430.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153564-mutable-instruments-rings-2016-present-silver'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-depot-191> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Horologic Solum 2020 - Present - Black', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153456-noise-engineering-horologic-solum-2020-present-black'} 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Cylonix Rainmaker 2015 - 2021 - Silver', 'price': '629.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152856-intellijel-cylonix-rainmaker-2015-2021-silver'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-emporium-1267> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Nonlinearcircuits', 'name': 'Nonlinear Circuits Clump - white', 'price': '335.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152753-nonlinear-circuits-clump-white'} 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sakurasynthesizers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Ecolab (Noisy Fruits Lab)', 'name': 'Ecolab (Noisy Fruits Lab) 10CHAN Active Faderbank for Eurorack & ' 'Desktop 2021', 'price': '225.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152820-ecolab-noisy-fruits-lab-10chan-active-faderbank-for-eurorack-desktop-2021'} 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-bazaar-170> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Beads', 'price': '380.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152430-mutable-instruments-beads'} 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daniels-shop-1061> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Cursus Iteritas', 'price': '330.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152812-noise-engineering-cursus-iteritas'} 2023-01-23 14:00:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sakurasynthesizers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Five12', 'name': 'Five12 Vector Sequencer + Expander', 'price': '905.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152683-five12-vector-sequencer-expander'} 2023-01-23 14:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-bazaar-170> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Marbles 2019 - Present - Silver', 'price': '590.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152786-mutable-instruments-marbles-2019-present-silver'} 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sakurasynthesizers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Shuttle Control [Gold] w/ cables, goodies, and original ' 'box', 'price': '437.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152504-endorphin-es-shuttle-control-gold-w-cables-goodies-and-original-box'} 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jozefs-gear-emporium-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mannequins', 'name': 'Mannequins Just Friends v2', 'price': '750.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152200-mannequins-just-friends-v2'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sakurasynthesizers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Saich', 'price': '460.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152556-instruo-saich'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/manuels-gear-depot-28> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Cosmotronic', 'name': 'Cosmotronic Delta-V 2022 | Free Shipping', 'price': '190.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152076-cosmotronic-delta-v-2022-free-shipping'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/paperman-gear> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'CTAG', 'name': 'CTAG Eurorack synth modules Power supply As Is', 'price': '39.59', 'ships_from_region': 'PL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65151853-ctag-eurorack-synth-modules-power-supply-as-is'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dans-gear-emporium-253> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Audio Damage', 'name': 'Audio Damage Kompressor', 'price': '258.41', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65151470-audio-damage-kompressor'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/mountain-audio> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Tempi - Black', 'price': '220.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65150993-make-noise-tempi-black'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daniels-shop-1061> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel 7U 84HP Performance Case', 'price': '600.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65151131-intellijel-7u-84hp-performance-case'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/pauls-shop-1334> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer Neutron Analog Synthesizer With Oversynth Overlay', 'price': '330.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64652017-behringer-neutron-analog-synthesizer-with-oversynth-overlay'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/mikes-boutique-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Strega + 0-Ctrl', 'price': '880.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65149975-make-noise-strega-0-ctrl'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/fesss-gear-locker> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise RxMx Module', 'price': '600.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65151532-make-noise-rxmx-module'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Knobula', 'name': 'Knobula Poly Cinematic 8-Voice Polyphonic Synthesizer Eurorack ' 'Module 2022 - Present - Multi-Color', 'price': '299.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65150111-knobula-poly-cinematic-8-voice-polyphonic-synthesizer-eurorack-module-2022-present-multi-color'} 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Surface 2020 - Present - Black', 'price': '219.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65151933-qu-bit-electronix-surface-2020-present-black'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/arans-gear-depot-3> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-160-1 Clock Divider', 'price': '51.68', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152884-doepfer-a-160-1-clock-divider'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-bazaar-170> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Happy Ending Kit 2010s - Silver', 'price': '130.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153258-tiptop-audio-happy-ending-kit-2010s-silver'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/organ-studio-italia-vintage-synth> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Analogue Solutions', 'name': 'Analogue Solutions Vostok MatrixSinth MK 1 - Black', 'price': '3392.29', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65149562-analogue-solutions-vostok-matrixsinth-mk-1-black'} 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/broadcastatic> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments Kastle Mini Modular Synthesizer (Original Version ' '1) 2016 - Black / Translucent', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65151517-bastl-instruments-kastle-mini-modular-synthesizer-original-version-1-2016-black-translucent'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Empress', 'name': 'Empress Zoia Euroburo Compact Grid Controller 2021 - Present - Black', 'price': '599.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65149851-empress-zoia-euroburo-compact-grid-controller-2021-present-black'} 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/redrom> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Fracture 2010s - Black - mint conditions', 'price': '288.44', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153702-wmd-fracture-2010s-black-mint-conditions'} 2023-01-23 14:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kristian-s-gear-bazaar-6> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Furthrrrr Generator', 'price': '584.29', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65154285-endorphin-es-furthrrrr-generator'} 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=5&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-shop-2> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mannequins', 'name': 'Mannequins Three Sisters', 'price': '550.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65149396-mannequins-three-sisters'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kings-field-audio> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tektronix', 'name': 'Tektronix 500-series Setup (w/ FG501, FG504, and TM503 chassis)', 'price': '679.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65149154-tektronix-500-series-setup-w-fg501-fg504-and-tm503-chassis'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Sequencer Eurorack Module 2014 - 2020 - Black', 'price': '499.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65149252-erica-synths-black-sequencer-eurorack-module-2014-2020-black'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matthews-gear-bazaar-778> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico Case 42HP Eurorack', 'price': '174.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65148898-erica-synths-pico-case-42hp-eurorack'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/simones-gear-locker-38> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Loquelic iteritas 2018 - Present - Black', 'price': '452.46', 'ships_from_region': 'NL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65147321-noise-engineering-loquelic-iteritas-2018-present-black'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Dixie II+ 2015 - 2021 - Silver', 'price': '189.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65148145-intellijel-dixie-ii-2015-2021-silver'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kings-field-audio> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Krohn-Hite', 'name': 'Krohn-Hite 5400B Voltage Controlled Oscillator (modded for 1/4” ' 'outs)', 'price': '400.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65148963-krohn-hite-5400b-voltage-controlled-oscillator-modded-for-1-4-outs'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-gear-locker-15> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Beads', 'price': '340.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65147859-mutable-instruments-beads'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Steppy 2015 - 2021 - Silver', 'price': '189.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65148310-intellijel-steppy-2015-2021-silver'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '4MS', 'name': '4MS Ensemble Oscillator 2020 - White', 'price': '249.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65147404-4ms-ensemble-oscillator-2020-white'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/simones-gear-locker-38> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Joranalogue Audio Design', 'name': 'Joranalogue Audio Design Mix 3 2019 - Grey', 'price': '124.43', 'ships_from_region': 'NL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65148585-joranalogue-audio-design-mix-3-2019-grey'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/brendans-gear-outlet-55> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM/Busy Circuits ALM017 Pamela's NEW! Workout", 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65147022-alm-busy-circuits-alm017-pamela-s-new-workout'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/marcs-gear-depot-204> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'vpme.de', 'name': 'vpme.de Euclidean Circles V2 incl. 6 switches diy 2019 - Blue', 'price': '282.78', 'ships_from_region': 'DE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145959-vpme-de-euclidean-circles-v2-incl-6-switches-diy-2019-blue'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eduardos-gear-emporium-142> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers General CV 2010s - Black', 'price': '251.95', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153102-expert-sleepers-general-cv-2010s-black'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Modbap Modular', 'name': 'Modbap Modular Osiris 2022 - Present - Black', 'price': '289.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65146764-modbap-modular-osiris-2022-present-black'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trevors-boutique-100> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Abstract Data', 'name': "Abstract Data Event Boss 2010's", 'price': '141.65', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145830-abstract-data-event-boss-2010-s'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/robberts-gear-locker-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Pluck Eurorack Voice Module', 'price': '141.39', 'ships_from_region': 'NL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145853-2hp-pluck-eurorack-voice-module'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eduardos-gear-emporium-142> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Future Retro', 'name': 'Future Retro Transient Plus', 'price': '245.49', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152939-future-retro-transient-plus'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Cosmotronic', 'name': 'Cosmotronic Vortex Eurorack Complex Oscillator Module 2022 - Black', 'price': '599.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65153162-cosmotronic-vortex-eurorack-complex-oscillator-module-2022-black'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-bazaar-170> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Ripples V2 - Silver', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152877-mutable-instruments-ripples-v2-silver'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trevors-boutique-100> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Fold Processor 2010s', 'price': '130.75', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145854-tiptop-audio-fold-processor-2010s'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Cylonix Rainmaker 2015 - 2021 - Silver', 'price': '629.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152856-intellijel-cylonix-rainmaker-2015-2021-silver'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sakurasynthesizers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Ecolab (Noisy Fruits Lab)', 'name': 'Ecolab (Noisy Fruits Lab) 10CHAN Active Faderbank for Eurorack & ' 'Desktop 2021', 'price': '225.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152820-ecolab-noisy-fruits-lab-10chan-active-faderbank-for-eurorack-desktop-2021'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eduardos-gear-emporium-142> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doboz', 'name': 'Doboz TSNM 3U 2018', 'price': '232.57', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152618-doboz-tsnm-3u-2018'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-emporium-1267> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Nonlinearcircuits', 'name': 'Nonlinear Circuits Clump - white', 'price': '335.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152753-nonlinear-circuits-clump-white'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ryans-shop-145> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'After Later Audio', 'name': 'After Later Audio Pachinko 2022 Black', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65140045-after-later-audio-pachinko-2022-black'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/arans-gear-depot-3> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-160-1 Clock Divider', 'price': '51.68', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152884-doepfer-a-160-1-clock-divider'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daniels-shop-1061> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Cursus Iteritas', 'price': '330.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152812-noise-engineering-cursus-iteritas'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matthews-gear-outlet-147> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Seq', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122083-2hp-seq'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-bazaar-170> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Marbles 2019 - Present - Silver', 'price': '590.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152786-mutable-instruments-marbles-2019-present-silver'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sakurasynthesizers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Five12', 'name': 'Five12 Vector Sequencer + Expander', 'price': '905.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152683-five12-vector-sequencer-expander'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sakurasynthesizers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Saich', 'price': '460.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152556-instruo-saich'} 2023-01-23 14:00:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-bazaar-170> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Beads', 'price': '380.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152430-mutable-instruments-beads'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jozefs-gear-emporium-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mannequins', 'name': 'Mannequins Just Friends v2', 'price': '750.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152200-mannequins-just-friends-v2'} 2023-01-23 14:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sakurasynthesizers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Shuttle Control [Gold] w/ cables, goodies, and original ' 'box', 'price': '437.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152504-endorphin-es-shuttle-control-gold-w-cables-goodies-and-original-box'} 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Noise Plethora Eurorack Filtered Noise Module 2022 - Black', 'price': '299.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152291-befaco-noise-plethora-eurorack-filtered-noise-module-2022-black'} 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Surface 2020 - Present - Black', 'price': '219.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65151933-qu-bit-electronix-surface-2020-present-black'} 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/paperman-gear> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Waldorf', 'name': 'Waldorf kb37 37-Key Eurorack Keyboard Synthesizer', 'price': '1018.03', 'ships_from_region': 'PL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65151931-waldorf-kb37-37-key-eurorack-keyboard-synthesizer'} 2023-01-23 14:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/paperman-gear> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'CTAG', 'name': 'CTAG Eurorack synth modules Power supply As Is', 'price': '39.59', 'ships_from_region': 'PL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65151853-ctag-eurorack-synth-modules-power-supply-as-is'} 2023-01-23 14:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/claires-gear-depot-43> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Eurorack', 'name': 'Eurorack Accessories Lot - patch cables and knurlies', 'price': '50.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65151925-eurorack-accessories-lot-patch-cables-and-knurlies'} 2023-01-23 14:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/fesss-gear-locker> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise RxMx Module', 'price': '600.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65151532-make-noise-rxmx-module'} 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dans-gear-emporium-253> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Audio Damage', 'name': 'Audio Damage Kompressor', 'price': '258.41', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65151470-audio-damage-kompressor'} 2023-01-23 14:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/zahls-gear-depot> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Z-DSP White', 'price': '581.43', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65095278-tiptop-audio-z-dsp-white'} 2023-01-23 14:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trevors-boutique-100> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Pittsburgh Modular', 'name': 'Pittsburgh Modular Lifeform SV-1b Eurorack Synthesizer Module 2020 - ' 'Black', 'price': '653.77', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145548-pittsburgh-modular-lifeform-sv-1b-eurorack-synthesizer-module-2020-black'} 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nathans-gear-bazaar-170> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Dual ADSR 2015 - 2021 - Silver', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65152961-intellijel-dual-adsr-2015-2021-silver'} 2023-01-23 14:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trevors-boutique-100> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Audiophile circuits league - ACL', 'name': 'Audiophile circuits league - ACL SINFONION 2015-2019', 'price': '1016.97', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145696-audiophile-circuits-league-acl-sinfonion-2015-2019'} 2023-01-23 14:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trevors-boutique-100> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Acid Rain Technology', 'name': 'Acid Rain Technology Chainsaw Polyphonic Oscillator 2019 - 2020 - ' 'Black', 'price': '261.51', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145750-acid-rain-technology-chainsaw-polyphonic-oscillator-2019-2020-black'} 2023-01-23 14:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trevors-boutique-100> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Dixie II+ 2015 - 2021 - Silver', 'price': '181.60', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145774-intellijel-dixie-ii-2015-2021-silver'} 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=6&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daniels-shop-1061> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel 7U 84HP Performance Case', 'price': '600.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65151131-intellijel-7u-84hp-performance-case'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/mountain-audio> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Tempi - Black', 'price': '220.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65150993-make-noise-tempi-black'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshs-gear-garage-139> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Outs and Mixup Silver', 'price': '220.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65150812-intellijel-outs-and-mixup-silver'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Arbhar- Granular processor 2022 - Black', 'price': '559.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65150949-instruo-arbhar-granular-processor-2022-black'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Blck_Noir CR-78 inspired 7-Voice hybrid drum generator ' 'with filter and effects 2022 - Black', 'price': '429.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65150607-endorphin-es-blck_noir-cr-78-inspired-7-voice-hybrid-drum-generator-with-filter-and-effects-2022-black'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Empress', 'name': 'Empress Zoia Euroburo Compact Grid Controller 2021 - Present - Black', 'price': '599.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65149851-empress-zoia-euroburo-compact-grid-controller-2021-present-black'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Harmonàig Quad Quantiser Eurorack Module 2022 - Black', 'price': '329.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65150312-instruo-harmonaig-quad-quantiser-eurorack-module-2022-black'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-shop-2> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Pittsburgh Modular', 'name': 'Pittsburgh Modular Move 208', 'price': '350.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65149538-pittsburgh-modular-move-208'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Sequencer Eurorack Module 2014 - 2020 - Black', 'price': '499.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65149252-erica-synths-black-sequencer-eurorack-module-2014-2020-black'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Knobula', 'name': 'Knobula Poly Cinematic 8-Voice Polyphonic Synthesizer Eurorack ' 'Module 2022 - Present - Multi-Color', 'price': '299.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65150111-knobula-poly-cinematic-8-voice-polyphonic-synthesizer-eurorack-module-2022-present-multi-color'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-shop-2> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mannequins', 'name': 'Mannequins Cold Mac', 'price': '525.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65149423-mannequins-cold-mac'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/simones-gear-locker-38> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Joranalogue Audio Design', 'name': 'Joranalogue Audio Design Mix 3 2019 - Grey', 'price': '124.43', 'ships_from_region': 'NL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65148585-joranalogue-audio-design-mix-3-2019-grey'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-shop-2> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mannequins', 'name': 'Mannequins Just Friends', 'price': '650.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65149366-mannequins-just-friends'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'After Later Audio', 'name': 'After Later Audio Alan + Morcom + Enigma 2022 - Black', 'price': '199.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65148957-after-later-audio-alan-morcom-enigma-2022-black'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-bazaar-556> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Praga Voltage Controlled Mixing Console', 'price': '450.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65139584-xaoc-devices-praga-voltage-controlled-mixing-console'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Steppy 2015 - 2021 - Silver', 'price': '189.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65148310-intellijel-steppy-2015-2021-silver'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/obscuremachines> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Clap', 'price': '135.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65139357-erica-synths-clap'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-gear-locker-15> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Beads', 'price': '340.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65147859-mutable-instruments-beads'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-bazaar-556> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Praga Voltage Controlled Mixing Console', 'price': '450.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65139549-xaoc-devices-praga-voltage-controlled-mixing-console'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-bazaar-556> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Hrad Mixing Console Expansion', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65139651-xaoc-devices-hrad-mixing-console-expansion'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Dixie II+ 2015 - 2021 - Silver', 'price': '189.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65148145-intellijel-dixie-ii-2015-2021-silver'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/erica> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Line Out 1U 2015 - excellent condition', 'price': '35.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65138875-intellijel-line-out-1u-2015-excellent-condition'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/seventy-gear-depot> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '4MS', 'name': '4MS Ensemble Oscillator Black', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65138217-4ms-ensemble-oscillator-black'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/erica> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel 4UX62HP PALETTE CASE 2020s - Stealth Black', 'price': '285.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65137792-intellijel-4ux62hp-palette-case-2020s-stealth-black'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/erica> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp MMF multimode filter - excellent condition', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65139043-2hp-mmf-multimode-filter-excellent-condition'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gregs-boutique-795> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Blue Lantern', 'name': 'Blue Lantern Hermippe vcf 2022', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65146448-blue-lantern-hermippe-vcf-2022'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/erica> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM/Busy Circuits ALM017 Pamela's NEW Workout - excellent condition", 'price': '260.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65138125-alm-busy-circuits-alm017-pamela-s-new-workout-excellent-condition'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/seventy-gear-depot> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'u-he', 'name': 'u-he Civilization CVilization', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65137910-u-he-civilization-cvilization'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/seventy-gear-depot> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Praga Silver Eurorack Mixer', 'price': '465.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65137659-xaoc-devices-praga-silver-eurorack-mixer'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/obscuremachines> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Eurorack Hardware', 'name': 'Eurorack Hardware AMix', 'price': '50.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65136615-eurorack-hardware-amix'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/richard-s-boutique-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Serge DIY', 'name': "Serge DIY Trapezoid VCA, dual joystick, minimoog vcf, serge 73' " 'filter 2018 - Aluminum', 'price': '253.19', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65135093-serge-diy-trapezoid-vca-dual-joystick-minimoog-vcf-serge-73-filter-2018-aluminum'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-gear-locker-1417> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise 0-Coast Patchable Synthesizer 2008 - Present - Black', 'price': '415.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65134372-make-noise-0-coast-patchable-synthesizer-2008-present-black'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/marcs-gear-depot-204> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'vpme.de', 'name': 'vpme.de Euclidean Circles V2 incl. 6 switches diy 2019 - Blue', 'price': '282.78', 'ships_from_region': 'DE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145959-vpme-de-euclidean-circles-v2-incl-6-switches-diy-2019-blue'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/richard-s-boutique-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'HollaSynth (serge)', 'name': 'HollaSynth (serge) four channel scanning VCA 2020 - Aluminum', 'price': '311.62', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65135022-hollasynth-serge-four-channel-scanning-vca-2020-aluminum'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/stephans-shop-73> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Surface 2020 - Present - Black', 'price': '249.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65134790-qu-bit-electronix-surface-2020-present-black'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/chriss-gear-outlet-1165> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepher and ?', 'name': 'Doepher and ? A-125 and 106 Chorus', 'price': '540.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65135069-doepher-and-a-125-and-106-chorus'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/emersons-boutique-25> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog 60HP Powered Eurorack Case 2022 - Present - Black', 'price': '220.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65133729-moog-60hp-powered-eurorack-case-2022-present-black'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ricks-gear-emporium-61> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Pittsburgh Modular', 'name': 'Pittsburgh Modular Lifeforms SV-1 Blackbox Eurorack Synthesizer ' 'Module 2020 - Black', 'price': '700.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65130740-pittsburgh-modular-lifeforms-sv-1-blackbox-eurorack-synthesizer-module-2020-black'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/detuned-transmissions> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Chance Silver', 'price': '355.32', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65131521-qu-bit-electronix-chance-silver'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sakurasynthesizers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Frap Tools', 'name': 'Frap Tools Brenso', 'price': '590.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65132582-frap-tools-brenso'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/austins-gear-bazaar-547> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ADDAC System', 'name': 'ADDAC System 112', 'price': '575.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65137052-addac-system-112'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/spads-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Spad_Electronics', 'name': 'Eurorack Kastle B Drum RYTHM LAB Synth Module 10 HP Eurokastle', 'price': '180.98', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65135152-eurorack-kastle-b-drum-rythm-lab-synth-module-10-hp-eurokastle'} 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Polyend', 'name': 'Polyend Poly 2 MIDI to CV Convertor 2019 - 2021 - Black', 'price': '275.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65137998-polyend-poly-2-midi-to-cv-convertor-2019-2021-black'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trevors-boutique-100> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Abstract Data', 'name': "Abstract Data Event Boss 2010's", 'price': '141.65', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145830-abstract-data-event-boss-2010-s'} 2023-01-23 14:00:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trevors-boutique-100> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Fold Processor 2010s', 'price': '130.75', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145854-tiptop-audio-fold-processor-2010s'} 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/simones-gear-locker-38> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Loquelic iteritas 2018 - Present - Black', 'price': '452.46', 'ships_from_region': 'NL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65147321-noise-engineering-loquelic-iteritas-2018-present-black'} 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/brendans-gear-outlet-55> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM/Busy Circuits ALM017 Pamela's NEW! Workout", 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65147022-alm-busy-circuits-alm017-pamela-s-new-workout'} 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julien-lavanchy> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Modbap Modular', 'name': 'Modbap Modular Osiris 2022 - Present - Black', 'price': '289.00', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65146764-modbap-modular-osiris-2022-present-black'} 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=7&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/robberts-gear-locker-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Pluck Eurorack Voice Module', 'price': '141.39', 'ships_from_region': 'NL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145853-2hp-pluck-eurorack-voice-module'} 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trevors-boutique-100> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Acid Rain Technology', 'name': 'Acid Rain Technology Chainsaw Polyphonic Oscillator 2019 - 2020 - ' 'Black', 'price': '261.51', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145750-acid-rain-technology-chainsaw-polyphonic-oscillator-2019-2020-black'} 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trevors-boutique-100> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Dixie II+ 2015 - 2021 - Silver', 'price': '181.60', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145774-intellijel-dixie-ii-2015-2021-silver'} 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trevors-boutique-100> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Audiophile circuits league - ACL', 'name': 'Audiophile circuits league - ACL SINFONION 2015-2019', 'price': '1016.97', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145696-audiophile-circuits-league-acl-sinfonion-2015-2019'} 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trevors-boutique-100> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Pittsburgh Modular', 'name': 'Pittsburgh Modular Lifeform SV-1b Eurorack Synthesizer Module 2020 - ' 'Black', 'price': '653.77', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65145548-pittsburgh-modular-lifeform-sv-1b-eurorack-synthesizer-module-2020-black'} 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/zahls-gear-depot> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Z-DSP White', 'price': '581.43', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65095278-tiptop-audio-z-dsp-white'} 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matthews-gear-outlet-147> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Seq', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122083-2hp-seq'} 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matthews-gear-outlet-147> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Synthrotek', 'name': 'Synthrotek 104hp Skiff', 'price': '165.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65139805-synthrotek-104hp-skiff'} 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matthews-gear-outlet-147> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Z8000 Matrix Sequencer/Programmer', 'price': '225.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122015-tiptop-audio-z8000-matrix-sequencer-programmer'} 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matthews-gear-outlet-147> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Monorocket 12u 360hp Case with Extras', 'name': 'Monorocket 12u 360hp Case with Extras 12u 360hp Case Orange', 'price': '650.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122522-monorocket-12u-360hp-case-with-extras-12u-360hp-case-orange'} 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matthews-gear-outlet-147> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Low-Gain Electronics', 'name': 'Lowgain Electronics Shortbus Red', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122269-lowgain-electronics-shortbus-red'} 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/bobs-house-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Nonlinearcircuits', 'name': 'Nonlinearcircuits Triple Sloths - Black / Gold', 'price': '150.37', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65139335-nonlinearcircuits-triple-sloths-black-gold'} 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matthews-gear-outlet-147> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Synthrotek', 'name': 'Synthrotek 104hp Skiff', 'price': '175.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65139780-synthrotek-104hp-skiff'} 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matthews-gear-outlet-147> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Ladik', 'name': 'Ladik S180 and S183 Sequencer', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122750-ladik-s180-and-s183-sequencer'} 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/bobs-house-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Nonlinearcircuits', 'name': 'Nonlinearcircuits Divide and Conquer - Black / Gold', 'price': '151.82', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65139684-nonlinearcircuits-divide-and-conquer-black-gold'} 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/js-gear-20> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Circuit Abbey', 'name': 'Circuit Abbey Axis 2015 - Silver', 'price': '165.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65131014-circuit-abbey-axis-2015-silver'} 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/stethoscope-instruments> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Koma Elektronik', 'name': 'Koma Elektronik Field Kit Electro Acoustic Workstation bundle with ' 'Field Exp Pack and FX Expansion Pack 2020s - White / Wood', 'price': '375.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65131320-koma-elektronik-field-kit-electro-acoustic-workstation-bundle-with-field-exp-pack-and-fx-expansion-pack-2020s-white-wood'} 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/erica> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Line Out 1U 2015 - excellent condition', 'price': '35.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65138875-intellijel-line-out-1u-2015-excellent-condition'} 2023-01-23 14:00:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/coles-gear-emporium-110> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Mix Eurorack Module - Black', 'price': '60.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65130467-2hp-mix-eurorack-module-black'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-emporium-201> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Robaux', 'name': 'Robaux LL8 2', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65100767-robaux-ll8-2'} 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicks-gear-emporium-155> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise X-PAN Module', 'price': '225.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65130184-make-noise-x-pan-module'} 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/js-gear-20> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Echophon Module 2008 - Present - Silver', 'price': '350.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65130321-make-noise-echophon-module-2008-present-silver'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ee-2> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black BBD Flanger/Delay', 'price': '215.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65127345-erica-synths-black-bbd-flanger-delay'} 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/marvins-gear-bazaar-14> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers ES-5 MK3 Expander', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126542-expert-sleepers-es-5-mk3-expander'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kens-gear-bazaar-412> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Knobula', 'name': 'Knobula Poly Cinematic 8-Voice Polyphonic Synthesizer Eurorack ' 'Module 2022 - Present - Multi-Color', 'price': '330.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126246-knobula-poly-cinematic-8-voice-polyphonic-synthesizer-eurorack-module-2022-present-multi-color'} 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/shons-boutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': '315.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126325-noise-engineering-basimilus-iteritas-alter'} 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-gear-depot-4172> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Moskwa II - Silver', 'price': '385.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126005-xaoc-devices-moskwa-ii-silver'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/marvins-gear-bazaar-14> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers ESX-8CV MK2 CV Expander', 'price': '130.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126566-expert-sleepers-esx-8cv-mk2-cv-expander'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/marvins-gear-bazaar-14> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Noise Random Tools 1U', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126422-intellijel-noise-random-tools-1u'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kens-gear-bazaar-412> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Richter Wogglebug Module 2014 - Present - Black', 'price': '230.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126481-make-noise-richter-wogglebug-module-2014-present-black'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Synthrotek', 'name': 'Synthrotek VERB - Black', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125512-synthrotek-verb-black'} 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/crossword-synth> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog Subharmonicon Analog semi-modular synth', 'price': '550.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125811-moog-subharmonicon-analog-semi-modular-synth'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-garage-253> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Morphagene Module', 'price': '525.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126324-make-noise-morphagene-module'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Sinc Bucina 2019 - Present - Black', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125327-noise-engineering-sinc-bucina-2019-present-black'} 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Loquelic Iteritas Percido 2018 - Present - Black', 'price': '500.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125878-noise-engineering-loquelic-iteritas-percido-2018-present-black'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Pluck 2010s - Black', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125246-2hp-pluck-2010s-black'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Steady State Fate', 'name': 'Steady State Fate DETECT-Rx 2010s - Silver', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126032-steady-state-fate-detect-rx-2010s-silver'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/marvins-gear-bazaar-14> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers ESX-8GT MK3 Gate Expander', 'price': '60.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126597-expert-sleepers-esx-8gt-mk3-gate-expander'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/seventy-gear-depot> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'u-he', 'name': 'u-he Civilization CVilization', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65137910-u-he-civilization-cvilization'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/mir-studio> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments grandPa Dual Granular Sampler Used - Silver', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65127056-bastl-instruments-grandpa-dual-granular-sampler-used-silver'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rauls-gear-locker-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Buff Mult 1U 2015 - 2021 - Silver', 'price': '35.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65127407-intellijel-buff-mult-1u-2015-2021-silver'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/erica> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp MMF multimode filter - excellent condition', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65139043-2hp-mmf-multimode-filter-excellent-condition'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/erica> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM/Busy Circuits ALM017 Pamela's NEW Workout - excellent condition", 'price': '260.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65138125-alm-busy-circuits-alm017-pamela-s-new-workout-excellent-condition'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/erica> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel 4UX62HP PALETTE CASE 2020s - Stealth Black', 'price': '285.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65137792-intellijel-4ux62hp-palette-case-2020s-stealth-black'} 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/obscuremachines> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Clap', 'price': '135.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65139357-erica-synths-clap'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-bazaar-556> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Praga Voltage Controlled Mixing Console', 'price': '450.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65139584-xaoc-devices-praga-voltage-controlled-mixing-console'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-bazaar-556> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Hrad Mixing Console Expansion', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65139651-xaoc-devices-hrad-mixing-console-expansion'} 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-bazaar-556> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Praga Voltage Controlled Mixing Console', 'price': '450.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65139549-xaoc-devices-praga-voltage-controlled-mixing-console'} 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Tune 2010s - Silver', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125167-2hp-tune-2010s-silver'} 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=8&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dashels-gear-emporium-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Z5000 Multi-Effect - Black', 'price': '165.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124893-tiptop-audio-z5000-multi-effect-black'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Brst 2010s - Silver', 'price': '60.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125063-2hp-brst-2010s-silver'} 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Tš-L v2 - Black', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124840-instruo-ts-l-v2-black'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Percall - Black', 'price': '225.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124921-befaco-percall-black'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jeremys-boutique-20> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits Tangle Quartet 2010s - Silver', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125011-alm-busy-circuits-tangle-quartet-2010s-silver'} 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jeremys-boutique-20> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Soma Laboratory', 'name': 'Soma Laboratory Lyra-8 FX 2017 - 2020 - White', 'price': '260.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124646-soma-laboratory-lyra-8-fx-2017-2020-white'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Basimilus Iteritas Alter 2017 - Present - Black', 'price': '275.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124605-noise-engineering-basimilus-iteritas-alter-2017-present-black'} 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/shons-boutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD / SSF', 'name': 'WMD/SSF DPLR Delay', 'price': '130.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124207-wmd-ssf-dplr-delay'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hijackak> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Sonicsmith', 'name': 'Sonicsmith Modulor A1', 'price': '225.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124136-sonicsmith-modulor-a1'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/redrom> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Plonk - perfect conditions', 'price': '345.00', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050129-intellijel-plonk-perfect-conditions'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/shons-boutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Soundforce', 'name': 'Soundforce Samples / S-LD', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124424-soundforce-samples-s-ld'} 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/shons-boutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Quad VCA', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124013-intellijel-quad-vca'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gabriels-gear-garage-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD / SSF', 'name': 'WMD / SSF DPLR VC Delay and Chorus 2010s - Silver', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124014-wmd-ssf-dplr-vc-delay-and-chorus-2010s-silver'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/roberts-shop-1013> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog Mother 32 Tabletop / Eurorack Semi-Modular Synthesizer', 'price': '515.54', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123844-moog-mother-32-tabletop-eurorack-semi-modular-synthesizer'} 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/robins-boutique-55> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erogenous Tones', 'name': 'Erogenous Tones Levit8', 'price': '230.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123845-erogenous-tones-levit8'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hunters-gear-outlet-12> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Quad VCA 2015 - 2021 - Silver', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123318-intellijel-quad-vca-2015-2021-silver'} 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gabriels-gear-garage-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-185-2 Precision CV Adder 2010s - Silver', 'price': '60.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123682-doepfer-a-185-2-precision-cv-adder-2010s-silver'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gabriels-gear-garage-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-140-2 Dual ADSR 2010s - Silver', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123448-doepfer-a-140-2-dual-adsr-2010s-silver'} 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hunters-gear-outlet-12> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Beads 2021 - Present - Silver', 'price': '350.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123409-mutable-instruments-beads-2021-present-silver'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hunters-gear-outlet-12> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Rubicon2 2015 - 2021 - Silver', 'price': '320.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123452-intellijel-rubicon2-2015-2021-silver'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hunters-gear-outlet-12> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Cre8Audio', 'name': 'Cre8Audio NiftyCASE Eurorack Case 2020 - White', 'price': '175.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123114-cre8audio-niftycase-eurorack-case-2020-white'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-shop-1714> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico Ring Ringmodular', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65066590-erica-synths-pico-ring-ringmodular'} 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gabriels-gear-garage-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-121-2V VCF 12dB Multimode Filter 2010s - Black', 'price': '125.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122957-doepfer-a-121-2v-vcf-12db-multimode-filter-2010s-black'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-bazaar-126> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Polyend', 'name': 'Polyend Poly 2 MIDI to CV Convertor 2019 - 2021 - Black', 'price': '275.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65137998-polyend-poly-2-midi-to-cv-convertor-2019-2021-black'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshs-gear-garage-139> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'AJH', 'name': 'AJH DH-ADSR 2021 Silver', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65137327-ajh-dh-adsr-2021-silver'} 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/obscuremachines> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Eurorack Hardware', 'name': 'Eurorack Hardware AMix', 'price': '50.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65136615-eurorack-hardware-amix'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/seventy-gear-depot> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Praga Silver Eurorack Mixer', 'price': '465.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65137659-xaoc-devices-praga-silver-eurorack-mixer'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/stephans-shop-73> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Momo Modular', 'name': 'Momo Modular Monsoon - Black Magpie Panel', 'price': '179.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65134997-momo-modular-monsoon-black-magpie-panel'} 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ricks-gear-emporium-61> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Divkid', 'name': 'Divkid Mutes 2022 - Black', 'price': '121.50', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65137137-divkid-mutes-2022-black'} 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/richard-s-boutique-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Elby Design Synthwerks', 'name': 'Elby Design Synthwerks Chaotica, FSR-4c/ 4b 2015 - Aluminum', 'price': '292.14', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65134917-elby-design-synthwerks-chaotica-fsr-4c-4b-2015-aluminum'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/richard-s-boutique-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-155, A143-2, A-170 SL, A-145 2015 - Aluminum', 'price': '506.38', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65134817-doepfer-a-155-a143-2-a-170-sl-a-145-2015-aluminum'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/stephans-shop-73> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Two of Cups - Black', 'price': '169.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65134941-endorphin-es-two-of-cups-black'} 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/stephans-shop-73> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Surface 2020 - Present - Black', 'price': '249.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65134790-qu-bit-electronix-surface-2020-present-black'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-gear-emporium-45> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Random Source Serge', 'name': 'Random Source Serge Wave Multipliers', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65133866-random-source-serge-wave-multipliers'} 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ricks-gear-emporium-61> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Pittsburgh Modular', 'name': 'Pittsburgh Modular Lifeforms SV-1 Blackbox Eurorack Synthesizer ' 'Module 2020 - Black', 'price': '700.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65130740-pittsburgh-modular-lifeforms-sv-1-blackbox-eurorack-synthesizer-module-2020-black'} 2023-01-23 14:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/emersons-boutique-25> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog 60HP Powered Eurorack Case 2022 - Present - Black', 'price': '220.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65133729-moog-60hp-powered-eurorack-case-2022-present-black'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-gear-emporium-45> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Random Source Serge', 'name': 'Random Source Serge Variable Q VCF', 'price': '315.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65133910-random-source-serge-variable-q-vcf'} 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-gear-emporium-45> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Random Source Serge', 'name': 'Random Source Serge NTO New Timbral Oscillator', 'price': '400.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65133827-random-source-serge-nto-new-timbral-oscillator'} 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-gear-emporium-45> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Random Source Serge', 'name': 'Random Source Serge DUSG Dual Universal Slope Generator', 'price': '400.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65133762-random-source-serge-dusg-dual-universal-slope-generator'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-gear-emporium-45> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Random Source Serge', 'name': 'Random Source Serge Smooth / Stepped Generator SSG', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65133940-random-source-serge-smooth-stepped-generator-ssg'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/detuned-transmissions> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Chance Silver', 'price': '355.32', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65131521-qu-bit-electronix-chance-silver'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/threewavemusic> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Schlappi Engineering', 'name': 'Schlappi Engineering Three Body (Silver)', 'price': '550.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65129962-schlappi-engineering-three-body-silver-three-wave-music'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-gear-emporium-45> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Random Source Serge', 'name': 'Random Source Serge Divide By N Com Comparator', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65134003-random-source-serge-divide-by-n-com-comparator'} 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-gear-emporium-45> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Random Source Serge', 'name': 'Random Source Serge Ring Modulator', 'price': '195.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65133969-random-source-serge-ring-modulator'} 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-gear-locker-1417> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise 0-Coast Patchable Synthesizer 2008 - Present - Black', 'price': '415.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65134372-make-noise-0-coast-patchable-synthesizer-2008-present-black'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/spads-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Spad_Electronics', 'name': 'Eurorack Kastle B Drum RYTHM LAB Synth Module 10 HP Eurokastle', 'price': '180.98', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65135152-eurorack-kastle-b-drum-rythm-lab-synth-module-10-hp-eurokastle'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/threewavemusic> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Schlappi Engineering', 'name': 'Schlappi Engineering Three Body (Black)', 'price': '550.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65130018-schlappi-engineering-three-body-black-three-wave-music'} 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'DIY', 'name': 'Ripples Filter', 'price': '129.21', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122400-ripples-filter'} 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicks-gear-bazaar-866> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise 104HP Powered Skiff', 'price': '258.41', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65121279-make-noise-104hp-powered-skiff'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Z5000 Multi Effects', 'price': '167.97', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122236-tiptop-audio-z5000-multi-effects'} 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/harm-jans-gear> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer MCV4 MIDI-CV Converter 2010s - Black', 'price': '101.80', 'ships_from_region': 'NL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65119438-doepfer-mcv4-midi-cv-converter-2010s-black'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=9&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicks-gear-bazaar-866> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Polyend', 'name': 'Polyend Poly 2 - Midi to CV converter', 'price': '323.02', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65121159-polyend-poly-2-midi-to-cv-converter'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sams-mostly-bass-gear> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Mimeophon Module', 'price': '360.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65117852-make-noise-mimeophon-module'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/willards-gear-outlet-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD MSCL - FREE SHIP/INSURED', 'price': '230.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65118289-wmd-mscl-free-ship-insured'} 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/darku-j-dj-and-production> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Viol Ruina - Black', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65118083-noise-engineering-viol-ruina-black'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/thay> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Grand Terminal 2010 - 2018 - Gold', 'price': '554.26', 'ships_from_region': 'NL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65117173-endorphin-es-grand-terminal-2010-2018-gold'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jps-gear-garage-7> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Chord v2', 'price': '270.34', 'ships_from_region': 'PT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65113166-qu-bit-electronix-chord-v2'} 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel uScale II', 'price': '180.89', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65115156-intellijel-uscale-ii'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lovely-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Toppobrillo', 'name': 'Toppobrillo Quantimator - Silver - Eurorack Quantizer', 'price': '248.85', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65116033-toppobrillo-quantimator-silver-eurorack-quantizer'} 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits MFX Eurorack Digital Effects Module', 'price': '310.10', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65115079-alm-busy-circuits-mfx-eurorack-digital-effects-module'} 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/micahs-gear-outlet-99> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog BFAM Brother From Another Mother 2016 Workshop Very Rare', 'price': '7777.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65114938-moog-bfam-brother-from-another-mother-2016-workshop-very-rare'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/bifurcated> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Random Source', 'name': 'Random*Source J. Haible Tau “The Pipe” Phaser Eurorack Module', 'price': '325.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65113239-random-source-j-haible-tau-the-pipe-phaser-eurorack-module'} 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'JakPlagg', 'name': 'MXMXMX Micro Ornament&Crime eurorack module uO_c - Squares & Circles ' 'firmware - Teensy 4.0', 'price': '213.19', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65114832-mxmxmx-micro-ornament-crime-eurorack-module-uo_c-squares-circles-firmware-teensy-4-0'} 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Forbidden Planet Filter', 'price': '129.21', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65115058-tiptop-audio-forbidden-planet-filter'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/natis-awesome-gear-locker> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Eventide', 'name': 'Eventide Misha Sequencer for Eurorack *worldwide shipping*', 'price': '599.00', 'ships_from_region': 'IL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65112990-eventide-misha-sequencer-for-eurorack-worldwide-shipping'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/bifurcated> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp 3:1 or 6:1 Unity Gain Mixer 2 hp two hp twohp Eurorack Module', 'price': '75.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65112773-2hp-3-1-or-6-1-unity-gain-mixer-2-hp-two-hp-twohp-eurorack-module'} 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/martinmatin> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': '373.28', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65113316-noise-engineering-basimilus-iteritas-alter'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Fold Processor Wavefolder Module 2010s - Silver', 'price': '129.21', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65115004-tiptop-audio-fold-processor-wavefolder-module-2010s-silver'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dons-gear-locker-200> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog Mother-32 Tabletop / Eurorack Semi-Modular Synthesizer', 'price': '499.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65113803-moog-mother-32-tabletop-eurorack-semi-modular-synthesizer'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sakurasynthesizers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Frap Tools', 'name': 'Frap Tools Brenso', 'price': '590.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65132582-frap-tools-brenso'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/coles-gear-emporium-110> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Mix Eurorack Module - Black', 'price': '60.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65130467-2hp-mix-eurorack-module-black'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jamess-gear-locker-2827> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'DIY', 'name': 'DIY Clouds', 'price': '140.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65113441-diy-clouds'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/js-gear-20> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Circuit Abbey', 'name': 'Circuit Abbey Axis 2015 - Silver', 'price': '165.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65131014-circuit-abbey-axis-2015-silver'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/js-gear-20> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Echophon Module 2008 - Present - Silver', 'price': '350.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65130321-make-noise-echophon-module-2008-present-silver'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/raccoon-dad-fx> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Clouds/ Monsoon Blade Runner Theme', 'price': '245.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65130534-mutable-instruments-clouds-monsoon-blade-runner-theme'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-emporium-201> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Robaux', 'name': 'Robaux LL8 2', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65100767-robaux-ll8-2'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicks-gear-emporium-155> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise X-PAN Module', 'price': '225.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65130184-make-noise-x-pan-module'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ohexoh> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits mmMidi', 'price': '95.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65128933-alm-busy-circuits-mmmidi'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rauls-gear-locker-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Buff Mult 1U 2015 - 2021 - Silver', 'price': '35.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65127407-intellijel-buff-mult-1u-2015-2021-silver'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ohexoh> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits mmT', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65129194-alm-busy-circuits-mmt'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/alexs-gear-emporium-1206> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Jolin Lab', 'name': 'Jolin Lab Tabør', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126928-jolin-lab-tabor'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/grenoble-2> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Braids', 'price': '338.21', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126979-mutable-instruments-braids'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rs-shop-8> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio ZDSP with 7 Cards!', 'price': '400.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65127012-tiptop-audio-zdsp-with-7-cards'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-garage-253> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Rabid Elephant', 'name': 'Rabid Elephant Natural Gate', 'price': '625.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126647-rabid-elephant-natural-gate'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [reverb] WARNING: Ignoring store rock-n-roll-vintage: https://reverb.com/item/65099655-behringer-neutron-paraphonic-analog-semi-modular-synth 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/alexs-gear-emporium-1206> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Zlob Modular', 'name': 'Zlob Modular Dual VCO', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126804-zlob-modular-dual-vco'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/mir-studio> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments grandPa Dual Granular Sampler Used - Silver', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65127056-bastl-instruments-grandpa-dual-granular-sampler-used-silver'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kens-gear-bazaar-412> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Meng Qi', 'name': 'Meng Qi DPLPG', 'price': '60.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126625-meng-qi-dplpg'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kens-gear-bazaar-412> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Richter Wogglebug Module 2014 - Present - Black', 'price': '230.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126481-make-noise-richter-wogglebug-module-2014-present-black'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-garage-253> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Morphagene Module', 'price': '525.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126324-make-noise-morphagene-module'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/marvins-gear-bazaar-14> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers ESX-8GT MK3 Gate Expander', 'price': '60.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126597-expert-sleepers-esx-8gt-mk3-gate-expander'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-gear-depot-4172> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'vpme.de', 'name': 'vpme.de Euclidean Circles and Six Switches 2021 - Purple', 'price': '285.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65127122-vpme-de-euclidean-circles-and-six-switches-2021-purple'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rs-shop-8> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Zvex', 'name': 'Zvex Instant Lo-Fi Junky Eurorack Module', 'price': '345.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126767-zvex-instant-lo-fi-junky-eurorack-module'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/boutique-pedal-nyc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Befaco', 'name': 'Befaco PONY VCO', 'price': '199.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65109556-befaco-pony-vco'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/paulines-gear-garage-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer MAQ 16/3 Sequencer 2010s - grey', 'price': '961.47', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65111584-doepfer-maq-16-3-sequencer-2010s-grey'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/guitarcentaur> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Moog', 'name': 'Moog Mavis Monophonic Analog Synthesizer Voice', 'price': '359.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65105030-moog-mavis-monophonic-analog-synthesizer-voice'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/leos-shop-34> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Tape & Microsound Music Machine Modular System', 'price': '2300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65106669-make-noise-tape-microsound-music-machine-modular-system'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-depot-197> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Zadar - Silver', 'price': '380.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65111772-xaoc-devices-zadar-silver'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-shop-5> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'GMSN!', 'name': 'Gmsn Pure Sequencer Eurorack Modular Module', 'price': '125.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65101555-gmsn-pure-sequencer-eurorack-modular-module'} 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/access-virus-ti2> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer Neutron Paraphonic Analog and Semi-Modular Synthesizer ' '2018 - So NEW!', 'price': '290.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65101086-behringer-neutron-paraphonic-analog-and-semi-modular-synthesizer-2018-so-new'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matts-boutique-363> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer 2600 Semi-Modular Analog Synthesizer Limited Edition', 'price': '650.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65120364-behringer-2600-semi-modular-analog-synthesizer-limited-edition'} 2023-01-23 14:00:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eric-s-gear-bazaar-56> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mosaic', 'name': 'Mosaic Mono Reverb (1U) 2020-ish - Black', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65100443-mosaic-mono-reverb-1u-2020-ish-black'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daves-gear-locker-377> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'RYO', 'name': 'RYO VC Sequencer and Trig expander', 'price': '195.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65100761-ryo-vc-sequencer-and-trig-expander'} 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-depot-197> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Manis Iteritas 2017 - Present - Black', 'price': '305.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65111877-noise-engineering-manis-iteritas-2017-present-black'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-shop-5> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Soundforce', 'name': 'Soundforce Drum Samples 808 Drum Module Eurorack Percussion', 'price': '75.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65101590-soundforce-drum-samples-808-drum-module-eurorack-percussion'} 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daves-gear-locker-377> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Nautilus', 'price': '390.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65099610-qu-bit-electronix-nautilus'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/synth-flea-market> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Morphagene in Desktop Case', 'price': '550.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65101308-make-noise-morphagene-in-desktop-case'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daves-gear-locker-377> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'LZX Industries', 'name': 'LZX Industries Dual DAC', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65099735-lzx-industries-dual-dac'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eric-s-gear-bazaar-56> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco STMix 2020-ish - Black', 'price': '110.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65100052-befaco-stmix-2020-ish-black'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/chiodans-gear-emporium> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'DIY', 'name': 'DIY Clouds', 'price': '282.78', 'ships_from_region': 'RO', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65102174-diy-clouds'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-shop-5> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Low-Gain Electronics', 'name': 'Low Gain Electronics Router Signal router -Passive Eurorack module ' 'Red', 'price': '75.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65101626-low-gain-electronics-router-signal-router-passive-eurorack-module-red'} 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=10&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/musique-rhythmiqx> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments Buddy Stereo Eurorack Mixer and Preamp -New with ' 'Full Warranty- Authorized Dealer', 'price': '147.24', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65103344-bastl-instruments-buddy-stereo-eurorack-mixer-and-preamp-new-with-full-warranty-authorized-dealer'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-boutique-480> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Pin Electronics', 'name': 'Pin Electronics Portabella', 'price': '7250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65103775-pin-electronics-portabella'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/musique-rhythmiqx> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments Pizza Oscillator - New with Full Warranty - ' 'Authorized Dealer - In Stock', 'price': '271.89', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65103469-bastl-instruments-pizza-oscillator-new-with-full-warranty-authorized-dealer-in-stock'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-depot-197> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Numeric Repetitor 2018 - Present - Black', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65112228-noise-engineering-numeric-repetitor-2018-present-black'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/analog-service> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': '5 Doepfer Multiples, A-180-2, 2xA-180-3, 2xA-181, like new', 'price': '180.98', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65111849-5-doepfer-multiples-a-180-2-2xa-180-3-2xa-181-like-new'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ee-2> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black BBD Flanger/Delay', 'price': '215.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65127345-erica-synths-black-bbd-flanger-delay'} 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/attilas-gear-depot-5> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Handmade', 'name': 'Handmade custom 2023 - White', 'price': '135.74', 'ships_from_region': 'HU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65112629-handmade-custom-2023-white'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-gear-depot-4172> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '4MS', 'name': '4MS VCA Matrix - Silver', 'price': '325.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65127675-4ms-vca-matrix-silver'} 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [reverb] WARNING: Ignoring store rock-n-roll-vintage: https://reverb.com/item/65099364-dreadbox-dystopia-noise-generator-bit-crusher-and-dual-filter-module 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/shons-boutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': '315.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126325-noise-engineering-basimilus-iteritas-alter'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-gear-depot-4172> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Moskwa II - Silver', 'price': '385.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126005-xaoc-devices-moskwa-ii-silver'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Steady State Fate', 'name': 'Steady State Fate DETECT-Rx 2010s - Silver', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126032-steady-state-fate-detect-rx-2010s-silver'} 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/marvins-gear-bazaar-14> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Noise Random Tools 1U', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126422-intellijel-noise-random-tools-1u'} 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/marvins-gear-bazaar-14> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers ESX-8CV MK2 CV Expander', 'price': '130.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126566-expert-sleepers-esx-8cv-mk2-cv-expander'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/marvins-gear-bazaar-14> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers ES-5 MK3 Expander', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126542-expert-sleepers-es-5-mk3-expander'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kens-gear-bazaar-412> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Knobula', 'name': 'Knobula Poly Cinematic 8-Voice Polyphonic Synthesizer Eurorack ' 'Module 2022 - Present - Multi-Color', 'price': '330.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65126246-knobula-poly-cinematic-8-voice-polyphonic-synthesizer-eurorack-module-2022-present-multi-color'} 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Sinc Bucina 2019 - Present - Black', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125327-noise-engineering-sinc-bucina-2019-present-black'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Station 252 Folding Eurorack Case 2018s - Silver Bullet', 'price': '1527.04', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124825-tiptop-audio-station-252-folding-eurorack-case-2018s-silver-bullet'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dereks-gear-locker-78> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Harmonaig', 'price': '350.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125006-instruo-harmonaig'} 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dashels-gear-emporium-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Z5000 Multi-Effect - Black', 'price': '165.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124893-tiptop-audio-z5000-multi-effect-black'} 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Brst 2010s - Silver', 'price': '60.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125063-2hp-brst-2010s-silver'} 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jeremys-boutique-20> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits Tangle Quartet 2010s - Silver', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125011-alm-busy-circuits-tangle-quartet-2010s-silver'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jeremys-boutique-20> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Noise Plethora', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124873-befaco-noise-plethora'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Percall - Black', 'price': '225.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124921-befaco-percall-black'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jeremys-boutique-20> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Meng Qi', 'name': 'Meng Qi Brass - Black & Brass', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124787-meng-qi-brass-black-brass'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Basimilus Iteritas Alter 2017 - Present - Black', 'price': '275.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124605-noise-engineering-basimilus-iteritas-alter-2017-present-black'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Tš-L v2 - Black', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124840-instruo-ts-l-v2-black'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dereks-gear-locker-78> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Saich', 'price': '450.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125278-instruo-saich'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Tune 2010s - Silver', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125167-2hp-tune-2010s-silver'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Synthrotek', 'name': 'Synthrotek VERB - Black', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125512-synthrotek-verb-black'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Pluck 2010s - Black', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125246-2hp-pluck-2010s-black'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julians-shop-80> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Basimilus Iteritas Alter 2017 - Present - Black', 'price': '310.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65098015-noise-engineering-basimilus-iteritas-alter-2017-present-black'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kys-gear-emporium> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Nano Rand v2', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65098588-qu-bit-electronix-nano-rand-v2'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/back-pocket-pedals> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise STO Module 2008 - Present - Silver', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65097148-make-noise-sto-module-2008-present-silver'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/private-seller-476> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog Subharmonicon 2020 - Present - Black', 'price': '617.45', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65098755-moog-subharmonicon-2020-present-black'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julians-shop-80> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'vpme.de', 'name': 'vpme.de Euclidian Circles V2 + Expander - Blue', 'price': '340.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65097835-vpme-de-euclidian-circles-v2-expander-blue'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julians-shop-80> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Integra Solum 2017 - 2019 - Silver', 'price': '215.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65098057-noise-engineering-integra-solum-2017-2019-silver'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jareds-gear-outlet-358> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer Crave Analog Semi-Modular Synthesizer 2019 - Present - ' 'Orange', 'price': '197.95', 'ships_from_region': 'IE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65095587-behringer-crave-analog-semi-modular-synthesizer-2019-present-orange'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-garage-5719> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel uScale II', 'price': '152.70', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65093672-intellijel-uscale-ii'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sams-boutique-745> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Compressor - Eurorack', 'price': '323.02', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65092310-wmd-compressor-eurorack'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/private-seller-476> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Pluck 2010s - Black', 'price': '108.96', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65099224-2hp-pluck-2010s-black'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/murray-street-media-lab> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'New Systems', 'name': 'New Systems Babel 2022 - Black', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65093599-new-systems-babel-2022-black'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-garage-5719> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Azimuth II', 'price': '203.61', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65093420-intellijel-azimuth-ii'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-garage-5719> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Octone', 'price': '203.61', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65093990-qu-bit-electronix-octone'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/quincys-gear-bazaar-22> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM/Busy Circuits ALM017 Pamela's NEW Workout w/ Materia Faceplate", 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65095157-alm-busy-circuits-alm017-pamela-s-new-workout-w-materia-faceplate'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/antons-gear-outlet-18> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Poly Effects', 'name': 'Poly Effects Hector 2021 Black', 'price': '449.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65095156-poly-effects-hector-2021-black'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rocknrollrentals> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog Subharmonicon 2020 - Present - Black', 'price': '525.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65091128-moog-subharmonicon-2020-present-black'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/tone-quest> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Warped Circuits', 'name': 'Warped Circuits nRings (nano Rings) 2018-2020 - Silver', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65091918-warped-circuits-nrings-nano-rings-2018-2020-silver'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/murray-street-media-lab> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer 962 Sequential Switch Eurorack module', 'price': '60.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65092458-behringer-962-sequential-switch-eurorack-module'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=11&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/murray-street-media-lab> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'STG Soundlabs', 'name': 'STG Soundlabs .Mix 2010s Eurorack module', 'price': '120.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65092556-stg-soundlabs-mix-2010s-eurorack-module'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jamess-shop-374> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Zen Delay', 'price': '475.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65095492-erica-synths-zen-delay'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholas-s-gear-depot-47> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Squarp Instruments', 'name': 'Squarp Instruments Hermod Modular Brain 2017 - 2019 - Black', 'price': '452.22', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65097069-squarp-instruments-hermod-modular-brain-2017-2019-black'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daves-gear-locker-377> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Plog', 'price': '190.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65099266-intellijel-plog'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/keiths-shop-5> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits Tangle Quartet', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65099547-alm-busy-circuits-tangle-quartet'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-gear-depot-4172> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Frap Tools', 'name': 'Frap Tools USTA 2021 - Black', 'price': '705.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125564-frap-tools-usta-2021-black'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lensrecords> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Loquelic Iteritas Percido 2018 - Present - Black', 'price': '500.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65125878-noise-engineering-loquelic-iteritas-percido-2018-present-black'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jeremys-boutique-20> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Soma Laboratory', 'name': 'Soma Laboratory Lyra-8 FX 2017 - 2020 - White', 'price': '260.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124646-soma-laboratory-lyra-8-fx-2017-2020-white'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/shons-boutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD / SSF', 'name': 'WMD/SSF DPLR Delay', 'price': '130.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124207-wmd-ssf-dplr-delay'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/shons-boutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mordax', 'name': 'Mordax Data Black', 'price': '360.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124167-mordax-data-black'} 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nola-guitar-shop> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': '2hp', 'name': '2hp Buff Eurorack Buffered Mult Module. - Silver.', 'price': '79.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124056-2hp-buff-eurorack-buffered-mult-module-silver'} 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gabriels-gear-garage-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-140-2 Dual ADSR 2010s - Silver', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123448-doepfer-a-140-2-dual-adsr-2010s-silver'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gabriels-gear-garage-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD / SSF', 'name': 'WMD / SSF DPLR VC Delay and Chorus 2010s - Silver', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124014-wmd-ssf-dplr-vc-delay-and-chorus-2010s-silver'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gabriels-gear-garage-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-185-2 Precision CV Adder 2010s - Silver', 'price': '60.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123682-doepfer-a-185-2-precision-cv-adder-2010s-silver'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ozs-shop-7> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Haken', 'name': 'Haken EaganMatrix Module 2022 - Black', 'price': '850.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123665-haken-eaganmatrix-module-2022-black'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051652-erica-synths-black-vca-v2-demo 2023-01-23 14:00:53 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050632-low-gain-electronics-utl-1a-passive-format-converter-attenuator-box-demo 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dereks-gear-locker-78> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Clouds', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123406-mutable-instruments-clouds'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hunters-gear-outlet-12> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Rubicon2 2015 - 2021 - Silver', 'price': '320.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123452-intellijel-rubicon2-2015-2021-silver'} 2023-01-23 14:00:53 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051703-low-gain-electronics-utl-3-passive-format-converter-box-demo 2023-01-23 14:00:53 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050489-analogue-solutions-fusebox-x-semi-modular-analog-synthesizer-demo 2023-01-23 14:00:53 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051680-expert-sleepers-esx-8md-midi-dinsync-expansion-demo 2023-01-23 14:00:53 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050108-make-noise-strega-desktop-semi-modular-analog-synthesizer-demo 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hunters-gear-outlet-12> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Beads 2021 - Present - Silver', 'price': '350.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123409-mutable-instruments-beads-2021-present-silver'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-shop-1714> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico Ring Ringmodular', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65066590-erica-synths-pico-ring-ringmodular'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gabriels-gear-garage-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Bubblesound', 'name': 'Bubblesound SEM20 VCF 2010s - Silver', 'price': '120.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122613-bubblesound-sem20-vcf-2010s-silver'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051880-4ms-tapographic-delay-demo 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'DIY', 'name': 'Ripples Filter', 'price': '129.21', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122400-ripples-filter'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hunters-gear-outlet-12> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM/Busy Circuits Akemie's Castle 2010s - Silver", 'price': '495.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123492-alm-busy-circuits-akemie-s-castle-2010s-silver'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/robins-boutique-55> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Joranalogue', 'name': 'Joranalogue Fold 6', 'price': '130.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123069-joranalogue-fold-6'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sams-gear-garage-443> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer 1003 Dual Envelope Generator Eurorack Module', 'price': '60.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122469-behringer-1003-dual-envelope-generator-eurorack-module'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gabriels-gear-garage-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-121-2V VCF 12dB Multimode Filter 2010s - Black', 'price': '125.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122957-doepfer-a-121-2v-vcf-12db-multimode-filter-2010s-black'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hunters-gear-outlet-12> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Cre8Audio', 'name': 'Cre8Audio NiftyCASE Eurorack Case 2020 - White', 'price': '175.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123114-cre8audio-niftycase-eurorack-case-2020-white'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sams-gear-garage-443> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer 1005 ModAmp Ring Modulator / VCA Eurorack Module', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122506-behringer-1005-modamp-ring-modulator-vca-eurorack-module'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hunters-gear-outlet-12> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Quad VCA 2015 - 2021 - Silver', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65123318-intellijel-quad-vca-2015-2021-silver'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/arjens-gear-depot-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'DIY', 'name': 'DIY Kinks', 'price': '101.80', 'ships_from_region': 'NL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124610-diy-kinks'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/redrom> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Plonk - perfect conditions', 'price': '345.00', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050129-intellijel-plonk-perfect-conditions'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/shons-boutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Quad VCA', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65124013-intellijel-quad-vca'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/the-official-3and4-store> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Pedal I/O 1U', 'price': '69.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65091440-intellijel-pedal-i-o-1u'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kop10> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tangible Waves AE Modular Synth Custom Complete System', 'name': 'Tangible Waves AE Modular Synth Custom Complete System AE Modular ' 'Synth Custom Complete System', 'price': '791.80', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65090862-tangible-waves-ae-modular-synth-custom-complete-system-ae-modular-synth-custom-complete-system'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/musique-rhythmiqx> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Manis Iteritas New with Full Warranty -Authorized ' 'Dealer', 'price': '372.39', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65090301-noise-engineering-manis-iteritas-new-with-full-warranty-authorized-dealer'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/the-official-3and4-store> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Midi 1U Silver', 'price': '195.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65091302-intellijel-midi-1u-silver'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/the-official-3and4-store> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Hexpander Black', 'price': '335.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65090566-befaco-hexpander-black'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/the-official-3and4-store> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Polyend', 'name': 'Polyend Poly 2', 'price': '306.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65090137-polyend-poly-2'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/johanns-gear-outlet-22> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': '333.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65089414-noise-engineering-basimilus-iteritas-alter'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/the-official-3and4-store> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Octone', 'price': '195.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65089900-qu-bit-electronix-octone'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=12&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gb-music-and-sound> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Cre8Audio', 'name': 'Cre8Audio NiftyBUNDLE Eurorack Modular System', 'price': '271.11', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65085296-cre8audio-niftybundle-eurorack-modular-system'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daniels-boutique-2484> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Uryan Modular', 'name': 'Uryan Modular &U 84 HP Eurorack Case 2023 - Black', 'price': '339.34', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65089607-uryan-modular-u-84-hp-eurorack-case-2023-black'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jeffs-gear-depot-678> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Korg', 'name': 'Korg Volca Modular 2021 Silver & Korg KA-350 9v Power Supply', 'price': '149.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65085091-korg-volca-modular-2021-silver-korg-ka-350-9v-power-supply'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sonic-sound-source> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog Mavis Monophonic Analog Synthesizer Voice 2022 - Present - ' 'Black', 'price': '280.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65086003-moog-mavis-monophonic-analog-synthesizer-voice-2022-present-black'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/marks-boutique-522> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Strega Module', 'price': '543.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64878818-make-noise-strega-module'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/the-official-3and4-store> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Switched Mult 1U', 'price': '35.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050308-intellijel-switched-mult-1u'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/alexs-boutique-480> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Morphagene Module 2008 - Present - Black', 'price': '550.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65085715-make-noise-morphagene-module-2008-present-black'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/johns-boutique-3715> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits Mum M8', 'price': '174.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65089258-alm-busy-circuits-mum-m8'} 2023-01-23 14:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gb-music-and-sound> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Cre8Audio', 'name': 'Cre8Audio NiftyCASE Eurorack Case', 'price': '200.99', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65085223-cre8audio-niftycase-eurorack-case'} 2023-01-23 14:00:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Z5000 Multi Effects', 'price': '167.97', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65122236-tiptop-audio-z5000-multi-effects'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicks-gear-bazaar-866> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise 104HP Powered Skiff', 'price': '258.41', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65121279-make-noise-104hp-powered-skiff'} 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicks-gear-bazaar-866> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Polyend', 'name': 'Polyend Poly 2 - Midi to CV converter', 'price': '323.02', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65121159-polyend-poly-2-midi-to-cv-converter'} 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/richard-selwyn> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': '4MS', 'name': '4MS POD 64X', 'price': '218.36', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65120401-4ms-pod-64x'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/harm-jans-gear> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer MCV4 MIDI-CV Converter 2010s - Black', 'price': '101.80', 'ships_from_region': 'NL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65119438-doepfer-mcv4-midi-cv-converter-2010s-black'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/declan-oconnor> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Rossum Electro-Music', 'name': 'Rossum Electro-Music Morpheus Stereo Morphing Z-Plane Filter ' 'Eurorack Module 2016 - 2021 - Silver', 'price': '581.43', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65118166-rossum-electro-music-morpheus-stereo-morphing-z-plane-filter-eurorack-module-2016-2021-silver'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/darku-j-dj-and-production> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Viol Ruina - Black', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65118083-noise-engineering-viol-ruina-black'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/willards-gear-outlet-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD MSCL - FREE SHIP/INSURED', 'price': '230.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65118289-wmd-mscl-free-ship-insured'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/richard-selwyn> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '4MS', 'name': '4MS POD 40X', 'price': '122.75', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65120637-4ms-pod-40x'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sams-mostly-bass-gear> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Cosmotronic', 'name': 'Cosmotronic Cosmix Black', 'price': '360.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65117901-cosmotronic-cosmix-black'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/radivojes-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Frames DIY', 'price': '180.98', 'ships_from_region': 'MT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65117906-mutable-instruments-frames-diy'} 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/justin-bobbys-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': '2hp', 'name': '2hp Div 2010s - Black', 'price': '79.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65117764-2hp-div-2010s-black'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sams-mostly-bass-gear> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Mimeophon Module', 'price': '360.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65117852-make-noise-mimeophon-module'} 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/uryan-modular> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Uryan Modular', 'name': 'Uryan Modular 9U / 84 HP Tabletop Series eurorack case', 'price': '554.26', 'ships_from_region': 'HU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65116528-uryan-modular-9u-84-hp-tabletop-series-eurorack-case'} 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/thay> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Grand Terminal 2010 - 2018 - Gold', 'price': '554.26', 'ships_from_region': 'NL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65117173-endorphin-es-grand-terminal-2010-2018-gold'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rod-guitare-rare> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Station 252 - Silver Bullet et 21 modules.', 'price': '5825.37', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65115564-tiptop-audio-station-252-silver-bullet-et-21-modules'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jps-gear-garage-7> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Chord v2', 'price': '270.34', 'ships_from_region': 'PT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65113166-qu-bit-electronix-chord-v2'} 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits MFX Eurorack Digital Effects Module', 'price': '310.10', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65115079-alm-busy-circuits-mfx-eurorack-digital-effects-module'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel uScale II', 'price': '180.89', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65115156-intellijel-uscale-ii'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lovely-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Toppobrillo', 'name': 'Toppobrillo Quantimator - Silver - Eurorack Quantizer', 'price': '248.85', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65116033-toppobrillo-quantimator-silver-eurorack-quantizer'} 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'JakPlagg', 'name': 'MXMXMX Micro Ornament&Crime eurorack module uO_c - Squares & Circles ' 'firmware - Teensy 4.0', 'price': '213.19', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65114832-mxmxmx-micro-ornament-crime-eurorack-module-uo_c-squares-circles-firmware-teensy-4-0'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Fold Processor Wavefolder Module 2010s - Silver', 'price': '129.21', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65115004-tiptop-audio-fold-processor-wavefolder-module-2010s-silver'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Synthesis Technology', 'name': 'Synthesis Technology E300 Ultra VCO', 'price': '271.33', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65115129-synthesis-technology-e300-ultra-vco'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lees-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Forbidden Planet Filter', 'price': '129.21', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65115058-tiptop-audio-forbidden-planet-filter'} 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daves-gear-emporium-441> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico Drive', 'price': '83.98', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65084065-erica-synths-pico-drive'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kadins-gear-bazaar-4> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer Neutron Paraphonic Analog and Semi-Modular Synthesizer ' '2018 - Present - Red', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65081604-behringer-neutron-paraphonic-analog-and-semi-modular-synthesizer-2018-present-red'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gb-music-and-sound> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Cre8Audio', 'name': 'Cre8Audio Chipz Eurorack Synthesizer Module', 'price': '100.50', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65084713-cre8audio-chipz-eurorack-synthesizer-module'} 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sebastian-s-boutique-12> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Richter Wogglebug Module 2014 - Present - Black', 'price': '232.57', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65082859-make-noise-richter-wogglebug-module-2014-present-black'} 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=13&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sonic-sound-source> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico LFO / S&H 2014 - Present - Black', 'price': '70.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65080518-erica-synths-pico-lfo-s-h-2014-present-black'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hallie-dog-productions> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Yamaha', 'name': 'Yamaha MU128 1999 - White', 'price': '215.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65082575-yamaha-mu128-1999-white'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/source-paris> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'taktaktak', 'name': 'taktaktak drumbo 2022 - Black', 'price': '424.18', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65078642-taktaktak-drumbo-2022-black'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jims-gear-locker-843> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer K-2 Analog Semi-Modular Synthesizer 2019 - Present - Black', 'price': '335.94', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65079879-behringer-k-2-analog-semi-modular-synthesizer-2019-present-black'} 2023-01-23 14:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/as-gear-emporium-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Odessa - Additive Eurorack Oscillator', 'price': '490.99', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65078406-xaoc-devices-odessa-additive-eurorack-oscillator'} 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sebastian-s-boutique-12> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits Pip Slope 2010s - Silver', 'price': '77.52', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65083329-alm-busy-circuits-pip-slope-2010s-silver'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jonass-gear-garage-24> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Sequential Switch Matrix 2020 - Silver', 'price': '361.96', 'ships_from_region': 'SE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65078354-wmd-sequential-switch-matrix-2020-silver'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/burceas-gear-locker> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2 Multieffect Alesis and Dod Tec Series', 'name': '2 Multieffect Alesis and Dod Tec Series Nano Bass', 'price': '395.90', 'ships_from_region': 'RO', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65074788-2-multieffect-alesis-and-dod-tec-series-nano-bass'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/galatsos> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'DIY', 'name': 'Mutable Instruments Plaits DIY - NEW - 12 months warranty', 'price': '260.15', 'ships_from_region': 'GR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65075842-mutable-instruments-plaits-diy-new-12-months-warranty'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jasons-boutique-500> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD / SSF', 'name': 'WMD/SSF DPLR Delay', 'price': '175.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65073851-wmd-ssf-dplr-delay'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/signal-sounds> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'XODES', 'name': 'Xodes uMIO Eurorack MIDI Expander Module (MIDI 1U)', 'price': '46.51', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65012640-xodes-umio-eurorack-midi-expander-module-midi-1u'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/my-studio-3> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Herbs and Stones', 'name': 'Herbs and stones Liquid foam 2022', 'price': '395.90', 'ships_from_region': 'SI', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65074723-herbs-and-stones-liquid-foam-2022'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/signal-sounds> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM Busy Circuits PP-EXP1 Eurorack Pam's Pro Expander Module " '(ALM034ex1)', 'price': '157.63', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65012920-alm-busy-circuits-pp-exp1-eurorack-pam-s-pro-expander-module-alm034ex1'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/signal-sounds> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Manifold Research Centre', 'name': 'Manifold Research Centre\tDoor To The Stars Eurorack Expander Module ' '(Tetragrid)', 'price': '153.76', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64145099-manifold-research-centre-door-to-the-stars-eurorack-expander-module-tetragrid'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/signal-sounds> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'XODES', 'name': 'XODES FB3 Format Bridge Eurorack 1U Module (Buchla/Serge/Eurorack)', 'price': '45.22', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/61835552-xodes-fb3-format-bridge-eurorack-1u-module-buchla-serge-eurorack'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/as-gear-emporium-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'XOR Electronics', 'name': 'XOR Electronics - NerdSeq - CV & Trigger Tracker Sequencer', 'price': '594.35', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65078180-xor-electronics-nerdseq-cv-trigger-tracker-sequencer'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/signal-sounds> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM Busy Circuits PP-EXP2 Eurorack Pam's Pro Expander Module " '(ALM034ex1)', 'price': '114.99', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65013074-alm-busy-circuits-pp-exp2-eurorack-pam-s-pro-expander-module-alm034ex1'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/roberts-gear-emporium-2749> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'After Later Audio', 'name': 'After Later Audio - Bleep Bloop 2000', 'price': '187.35', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64605408-after-later-audio-bleep-bloop-2000'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/as-gear-emporium-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments Pizza - Digital Complex Oscillator - Eurorack', 'price': '310.10', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65078262-bastl-instruments-pizza-digital-complex-oscillator-eurorack'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/as-gear-emporium-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits Boss Bow Two', 'price': '167.97', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65078363-alm-busy-circuits-boss-bow-two'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jamess-gear-locker-2827> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'DIY', 'name': 'DIY Clouds', 'price': '140.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65113441-diy-clouds'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/bifurcated> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp 3:1 or 6:1 Unity Gain Mixer 2 hp two hp twohp Eurorack Module', 'price': '75.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65112773-2hp-3-1-or-6-1-unity-gain-mixer-2-hp-two-hp-twohp-eurorack-module'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/paschaliss-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Warps', 'price': '328.03', 'ships_from_region': 'GR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65112390-mutable-instruments-warps'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/natis-awesome-gear-locker> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Eventide', 'name': 'Eventide Misha Sequencer for Eurorack *worldwide shipping*', 'price': '599.00', 'ships_from_region': 'IL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65112990-eventide-misha-sequencer-for-eurorack-worldwide-shipping'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/bifurcated> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Random Source', 'name': 'Random*Source J. Haible Tau “The Pipe” Phaser Eurorack Module', 'price': '325.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65113239-random-source-j-haible-tau-the-pipe-phaser-eurorack-module'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/analog-service> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': '5 Doepfer Multiples, A-180-2, 2xA-180-3, 2xA-181, like new', 'price': '180.98', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65111849-5-doepfer-multiples-a-180-2-2xa-180-3-2xa-181-like-new'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-depot-197> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Numeric Repetitor 2018 - Present - Black', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65112228-noise-engineering-numeric-repetitor-2018-present-black'} 2023-01-23 14:00:55 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051953-erica-synths-drum-mixer-lite-black-demo 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/mike-99> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Halliburton', 'name': 'Custom Powered Halliburton Eurorack Black', 'price': '400.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65109527-custom-powered-halliburton-eurorack-black'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-depot-197> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Manis Iteritas 2017 - Present - Black', 'price': '305.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65111877-noise-engineering-manis-iteritas-2017-present-black'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-depot-197> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Zadar - Silver', 'price': '380.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65111772-xaoc-devices-zadar-silver'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/boutique-pedal-nyc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Befaco', 'name': 'Befaco PONY VCO', 'price': '199.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65109556-befaco-pony-vco'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-gear-bazaar-4495> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-100 P9 (2016)', 'price': '516.83', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65004345-doepfer-a-100-p9-2016'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/keiths-shop-5> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'After Later Audio', 'name': 'After Later Audio uO_C - Ornament and Crime 2022 Black/gold', 'price': '190.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65109554-after-later-audio-uo_c-ornament-and-crime-2022-black-gold'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/musique-rhythmiqx> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments Buddy Stereo Eurorack Mixer and Preamp -New with ' 'Full Warranty- Authorized Dealer', 'price': '147.24', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65103344-bastl-instruments-buddy-stereo-eurorack-mixer-and-preamp-new-with-full-warranty-authorized-dealer'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/denton-noise-solutions> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'New Systems Instruments', 'name': 'New Systems Instruments Inertia', 'price': '315.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65106710-new-systems-instruments-inertia'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/scopic-s-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Nlc', 'name': 'NLC Nonlinear Circuits Mix', 'price': '65.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65103296-nlc-nonlinear-circuits-mix'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/trevors-gear-outlet-237> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco VCMC black', 'price': '280.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65103695-befaco-vcmc-black'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/musique-rhythmiqx> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments Pizza Oscillator - New with Full Warranty - ' 'Authorized Dealer - In Stock', 'price': '271.89', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65103469-bastl-instruments-pizza-oscillator-new-with-full-warranty-authorized-dealer-in-stock'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/scopic-s-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Nlc', 'name': 'NLC Nonlinear Circuits Ming Rod', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65103346-nlc-nonlinear-circuits-ming-rod'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/scopic-s-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Nlc', 'name': 'NLC Nonlinear Circuits Valmorification', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65103252-nlc-nonlinear-circuits-valmorification'} 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rosss-gear-emporium-40> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Acid Rain Technology', 'name': 'Acid Rain Technology Maestro w/ original box (*Near Mint*)', 'price': '350.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65103930-acid-rain-technology-maestro-w-original-box-near-mint'} 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=14&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/guitarcentaur> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Moog', 'name': 'Moog Mavis Monophonic Analog Synthesizer Voice', 'price': '359.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65105030-moog-mavis-monophonic-analog-synthesizer-voice'} 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/leos-shop-34> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Tape & Microsound Music Machine Modular System', 'price': '2300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65106669-make-noise-tape-microsound-music-machine-modular-system'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/denton-noise-solutions> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'dsp.coffee', 'name': 'dsp.coffee Kali', 'price': '350.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65106755-dsp-coffee-kali'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/yellow-light-gear> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '4ms Company', 'name': '4ms Company Listen IO input output eurorack module', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65073265-4ms-company-listen-io-input-output-eurorack-module'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshuas-boutique-85> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Roland', 'name': 'Roland Env/lfo 540', 'price': '270.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65072468-roland-env-lfo-540'} 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/konstantinoss-shop-13> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-106-6 XP VCF 2010s - Silver', 'price': '141.39', 'ships_from_region': 'GR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65072867-doepfer-a-106-6-xp-vcf-2010s-silver'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/scotts-gear-outlet-722> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio MIX7 Analog Summing Mixer', 'price': '59.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65071519-tiptop-audio-mix7-analog-summing-mixer'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/yellow-light-gear> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Synthesizers.com', 'name': 'Synthesizers.com Q161 oscillator mixer - mint', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65070017-synthesizers-com-q161-oscillator-mixer-mint'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshuas-boutique-85> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Roland', 'name': 'Roland Vcf 505', 'price': '270.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65072445-roland-vcf-505'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshuas-boutique-85> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'L-1', 'name': 'L-1 Dual VL ADSR', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65070418-l-1-dual-vl-adsr'} 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshuas-boutique-85> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '4MS', 'name': '4MS QDC Quad Clock Distributor', 'price': '170.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65071034-4ms-qdc-quad-clock-distributor'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-gear-outlet-4043> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Veils v2 - Original Packaging', 'price': '410.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068708-mutable-instruments-veils-v2-original-packaging'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/scotts-gear-outlet-722> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico BBD Analog Delay', 'price': '96.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65071473-erica-synths-pico-bbd-analog-delay'} 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo SCION', 'price': '368.22', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068428-instruo-scion'} 2023-01-23 14:00:56 [reverb] WARNING: Ignoring store rock-n-roll-vintage: https://reverb.com/item/65099364-dreadbox-dystopia-noise-generator-bit-crusher-and-dual-filter-module 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jesuss-gear-outlet-148> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Dreadbox', 'name': 'Dreadbox Hysteria Performance VCO', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068183-dreadbox-hysteria-performance-vco'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-gear-outlet-4043> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Blades Dual Multimode Filter - All Original ' 'Packaging', 'price': '1150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068035-mutable-instruments-blades-dual-multimode-filter-all-original-packaging'} 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo Tain', 'price': '168.98', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068492-instruo-tain'} 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo Lubadh', 'price': '737.18', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068162-instruo-lubadh'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo Neoni', 'price': '478.91', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068372-instruo-neoni'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-gear-outlet-4043> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Marbles - All Original Packaging', 'price': '615.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068242-mutable-instruments-marbles-all-original-packaging'} 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo Lubadh V2.0 Expansion Pack', 'price': '124.70', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068189-instruo-lubadh-v2-0-expansion-pack'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo Ts-L', 'price': '316.57', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068847-instruo-ts-l'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo Vinca', 'price': '235.40', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068897-instruo-vinca'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo [1]f', 'price': '124.70', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068921-instruo-1-f'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/bens-gear-depot-727> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'AI Synthesis', 'name': 'AI Synthesis Quad VCA 2022 - Black', 'price': '120.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65063527-ai-synthesis-quad-vca-2022-black'} 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/chiodans-gear-emporium> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'DIY', 'name': 'DIY Clouds', 'price': '282.78', 'ships_from_region': 'RO', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65102174-diy-clouds'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/scopic-s-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Nlc', 'name': 'NLC Nonlinear Circuits Valmorification', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65102537-nlc-nonlinear-circuits-valmorification'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo /Divkid Ochd', 'price': '191.12', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65069846-instruo-divkid-ochd'} 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-shop-5> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Soundforce', 'name': 'Soundforce Drum Samples 808 Drum Module Eurorack Percussion', 'price': '75.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65101590-soundforce-drum-samples-808-drum-module-eurorack-percussion'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/synth-flea-market> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Morphagene in Desktop Case', 'price': '550.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65101308-make-noise-morphagene-in-desktop-case'} 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-shop-5> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Low-Gain Electronics', 'name': 'Low Gain Electronics Router Signal router -Passive Eurorack module ' 'Red', 'price': '75.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65101626-low-gain-electronics-router-signal-router-passive-eurorack-module-red'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-shop-5> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'GMSN!', 'name': 'Gmsn Pure Sequencer Eurorack Modular Module', 'price': '125.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65101555-gmsn-pure-sequencer-eurorack-modular-module'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eric-s-gear-bazaar-56> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco STMix 2020-ish - Black', 'price': '110.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65100052-befaco-stmix-2020-ish-black'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/keiths-shop-5> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits Tangle Quartet', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65099547-alm-busy-circuits-tangle-quartet'} 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daves-gear-locker-377> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Plog', 'price': '190.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65099266-intellijel-plog'} 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/private-seller-476> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Links 2015 - Present - Silver', 'price': '79.90', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65099113-mutable-instruments-links-2015-present-silver'} 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julians-shop-80> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Blue Lantern', 'name': 'Blue Lantern Quad quantizer MK2 - Black', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65098163-blue-lantern-quad-quantizer-mk2-black'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julians-shop-80> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '1010 Music', 'name': '1010 Music Bitbox mk1 - Silver', 'price': '435.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65098119-1010-music-bitbox-mk1-silver'} 2023-01-23 14:00:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julians-shop-80> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Divkid', 'name': 'Divkid OCHD', 'price': '175.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65097969-divkid-ochd'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julians-shop-80> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Basimilus Iteritas Alter 2017 - Present - Black', 'price': '310.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65098015-noise-engineering-basimilus-iteritas-alter-2017-present-black'} 2023-01-23 14:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julians-shop-80> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tesseract Modular', 'name': 'Tesseract Modular Texmix (Stereo, Mono, Master)', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65098311-tesseract-modular-texmix-stereo-mono-master'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julians-shop-80> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Integra Solum 2017 - 2019 - Silver', 'price': '215.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65098057-noise-engineering-integra-solum-2017-2019-silver'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kys-gear-emporium> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Nano Rand v2', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65098588-qu-bit-electronix-nano-rand-v2'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/alfredos-gear-garage-36> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tubbutec', 'name': 'Tubbutec 6equencer TR-style sequencer', 'price': '239.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65097080-tubbutec-6equencer-tr-style-sequencer'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/control> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Winter Modular', 'name': 'Winter Modular ZAPS - Percussion Synth Voice', 'price': '589.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65098825-winter-modular-zaps-percussion-synth-voice'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/back-pocket-pedals> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise STO Module 2008 - Present - Silver', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65097148-make-noise-sto-module-2008-present-silver'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julians-shop-80> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'vpme.de', 'name': 'vpme.de Euclidian Circles V2 + Expander - Blue', 'price': '340.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65097835-vpme-de-euclidian-circles-v2-expander-blue'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/private-seller-476> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Pluck 2010s - Black', 'price': '108.96', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65099224-2hp-pluck-2010s-black'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eric-s-gear-bazaar-56> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mosaic', 'name': 'Mosaic Mono Reverb (1U) 2020-ish - Black', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65100443-mosaic-mono-reverb-1u-2020-ish-black'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo Larachd', 'price': '397.74', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068105-instruo-larachd'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo I-o47', 'price': '368.22', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068066-instruo-i-o47'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo Harmonaig', 'price': '464.14', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068010-instruo-harmonaig'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshuas-boutique-85> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'K. Lee', 'name': 'Klee Sequencer Diy', 'price': '750.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65067986-klee-sequencer-diy'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo Cnoc', 'price': '279.67', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65067778-instruo-cnoc'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo Cruinn', 'price': '449.39', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65067819-instruo-cruinn'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo Athru', 'price': '242.77', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65067626-instruo-athru'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo Ceis', 'price': '205.87', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65067683-instruo-ceis'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=15&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-emporium-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Wavetable VCO 2014 - Present - Black', 'price': '229.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65067373-erica-synths-black-wavetable-vco-2014-present-black'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rintaros-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Instruo', 'name': 'Instruo Arbhar', 'price': '648.63', 'ships_from_region': 'JP', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65067563-instruo-arbhar'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hk-boutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit', 'name': 'Qu-Bit Aurora 2022', 'price': '299.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65065647-qu-bit-aurora-2022'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshuas-boutique-85> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Rene Module', 'price': '220.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65065934-make-noise-rene-module'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-outlet-357> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Quadra + Expander', 'price': '400.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65064176-intellijel-quadra-expander'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-emporium-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Dual ADSR 2015 - 2021 - Silver', 'price': '170.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65067270-intellijel-dual-adsr-2015-2021-silver'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-emporium-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Z5000 Stereo Multi-Effect Processor 2010s - Black', 'price': '159.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65067346-tiptop-audio-z5000-stereo-multi-effect-processor-2010s-black'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hk-boutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Boredbrain Music', 'name': 'Boredbrain Music Injectr 2022', 'price': '199.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65065338-boredbrain-music-injectr-2022'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/themidium> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Moog', 'name': 'Moog 60HP Powered Eurorack Modular Case/Skiff', 'price': '299.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65062499-moog-60hp-powered-eurorack-modular-case-skiff'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/owends-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Eurorack', 'name': 'Eurorack 7U 80HP - Aluminum Travel Case TPS30W Powered', 'price': '500.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65063915-eurorack-7u-80hp-aluminum-travel-case-tps30w-powered'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/freedom-guitars> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Kickall', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65063733-befaco-kickall'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Double Bass 2014 - Present - Black', 'price': '120.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65061038-erica-synths-black-double-bass-2014-present-black'} 2023-01-23 14:00:57 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051715-manhattan-analog-discrete-svvcf-filter-mixer-demo 2023-01-23 14:00:57 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051769-rebel-technology-stoicheia-dual-euclidean-sequencer-demo 2023-01-23 14:00:57 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051774-rebel-technology-klasmata-sequencer-demo 2023-01-23 14:00:57 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051776-pulp-logic-primitive-ring-modulator-demo 2023-01-23 14:00:57 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051847-soundmachines-bi1-brain-interface-demo 2023-01-23 14:00:57 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050940-ritual-electronics-pointeuse-footswitch-adapter-switch-pulp-logic-tile-demo 2023-01-23 14:00:57 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050941-xaoc-devices-sarajewo-syncable-analog-delay-demo 2023-01-23 14:00:57 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051427-low-gain-electronics-dubmatrix-active-matrix-mixer-demo 2023-01-23 14:00:57 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050997-low-gain-electronics-variable-force-generator-cv-gate-controller-3-5mm-jacks-demo 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Steady State Fate', 'name': 'Steady State Fate DETECT-Rx 2010s - Silver', 'price': '130.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060888-steady-state-fate-detect-rx-2010s-silver'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daves-gear-emporium-441> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'AI Synthesis', 'name': 'AI Synthesis AI107 Low Pass Gate Eurorack module 2020 - 2022 - ' 'Silver', 'price': '77.52', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65095820-ai-synthesis-ai107-low-pass-gate-eurorack-module-2020-2022-silver'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel uVCA II 2015 - 2021 - Silver', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060924-intellijel-uvca-ii-2015-2021-silver'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-138s Mini Stereo Mixer 2010s - Silver', 'price': '70.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65061013-doepfer-a-138s-mini-stereo-mixer-2010s-silver'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/quincys-gear-bazaar-22> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Synthrotek', 'name': 'Synthrotek 84HP Powered Skiff - Black', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65095640-synthrotek-84hp-powered-skiff-black'} 2023-01-23 14:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp ADSR 2010s - Silver', 'price': '70.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060985-2hp-adsr-2010s-silver'} 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/antons-gear-outlet-18> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Poly Effects', 'name': 'Poly Effects Hector 2021 Black', 'price': '449.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65095156-poly-effects-hector-2021-black'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daves-gear-emporium-441> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Synthrotek', 'name': 'Synthrotek 308 Distortion Module 2020-22 - Black', 'price': '77.52', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65095530-synthrotek-308-distortion-module-2020-22-black'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/quincys-gear-bazaar-22> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'CalSynth', 'name': 'Calsynth UPlaits 8HP - Black', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65095476-calsynth-uplaits-8hp-black'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daves-gear-emporium-441> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'After Later Audio', 'name': 'After Later Audio Filthy Eurorack Multimode VCF filter 2010 - 2022 - ' 'Black', 'price': '90.44', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65095107-after-later-audio-filthy-eurorack-multimode-vcf-filter-2010-2022-black'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/quincys-gear-bazaar-22> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM/Busy Circuits ALM017 Pamela's NEW Workout w/ Materia Faceplate", 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65095157-alm-busy-circuits-alm017-pamela-s-new-workout-w-materia-faceplate'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/murray-street-media-lab> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'New Systems', 'name': 'New Systems Babel 2022 - Black', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65093599-new-systems-babel-2022-black'} 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-garage-5719> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Octone', 'price': '203.61', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65093990-qu-bit-electronix-octone'} 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-garage-5719> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel uScale II', 'price': '152.70', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65093672-intellijel-uscale-ii'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-garage-5719> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Hexinverter', 'name': 'Hexinverter Mutant Hot Glue', 'price': '339.34', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65092584-hexinverter-mutant-hot-glue'} 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/murray-street-media-lab> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer 962 Sequential Switch Eurorack module', 'price': '60.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65092458-behringer-962-sequential-switch-eurorack-module'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sams-boutique-745> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Compressor - Eurorack', 'price': '323.02', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65092310-wmd-compressor-eurorack'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/tone-quest> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Warped Circuits', 'name': 'Warped Circuits nRings (nano Rings) 2018-2020 - Silver', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65091918-warped-circuits-nrings-nano-rings-2018-2020-silver'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-garage-5719> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Azimuth II', 'price': '203.61', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65093420-intellijel-azimuth-ii'} 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=16&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050885-addac-system-addac504-probabilistic-generator-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051891-blue-lantern-tpc-slim-vco-discrete-triangle-core-oscillator-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051894-random-source-serge-ncom-divide-by-n-comparator-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051912-doepfer-a-102-diode-low-pass-filter-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051838-studio-electronics-tonestar-2600-full-synth-voice-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051729-radikal-technologies-effexx-rt-1701-multi-fx-processor-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051732-rebel-technology-logoi-clock-divider-counter-delay-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051637-division-6-filtare-seiii-multimode-filter-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051588-ajh-synth-minimod-glide-noise-silver-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051589-ajh-synth-sonic-xv-diode-ladder-filter-silver-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050737-noise-lab-augmentor-dual-vca-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051417-animal-factory-baron-samedi-distortion-eurorack-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65072835-pulp-logic-atten-b-passive-linear-taper-attenuation-tile-b-stock 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050456-foxing-hour-daisy-chainable-matrix-mixer-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050952-doepfer-a-111-5v-mini-synthesizer-voice-vintage-edition-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050927-metabolic-devices-papomi-panner-polarizer-mixer-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050680-endorphin-es-total-recall-preset-manager-macro-controller-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050718-mosaic-snare-drum-black-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051283-bubblesound-xfade-vc-crossfader-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051286-bubblesound-vcob-analog-oscillator-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051293-vermona-42-sum-42-mixer-demo 2023-01-23 14:00:58 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050454-foxing-hour-luma-rgb-to-y-greyscale-converter-demo 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jasons-boutique-500> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise QPAS Module', 'price': '350.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060806-make-noise-qpas-module'} 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico Voice 2014 - Present - Black', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060730-erica-synths-pico-voice-2014-present-black'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dereks-gear-outlet-437> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'RYK Modular', 'name': 'RYK Modular Vector Wave 2022', 'price': '400.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060587-ryk-modular-vector-wave-2022'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Maths Module 2019 - Present - Silver', 'price': '265.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060634-make-noise-maths-module-2019-present-silver'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jesuss-gear-outlet-148> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black CV Tools', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060621-erica-synths-black-cv-tools'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM/Busy Circuits ALM017 Pamela's NEW Workout 2010s - Silver", 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060586-alm-busy-circuits-alm017-pamela-s-new-workout-2010s-silver'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jasons-boutique-500> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise STO Module w extras', 'price': '190.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060568-make-noise-sto-module-w-extras'} 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico Modulator 2014 - Present - Black', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060169-erica-synths-pico-modulator-2014-present-black'} 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Stereo Mixer V3 2014 - Present - Black', 'price': '110.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060379-erica-synths-black-stereo-mixer-v3-2014-present-black'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eric-s-gear-bazaar-56> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'System80', 'name': 'System80 860 MkII Multimode Filter 2020-ish - Black', 'price': '210.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65059919-system80-860-mkii-multimode-filter-2020-ish-black'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Quad VCA2 2014 - 2020 - Black', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060097-erica-synths-black-quad-vca2-2014-2020-black'} 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Bassline Module 2014 - Present - Black', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060039-erica-synths-bassline-module-2014-present-black'} 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/stoelmusicsystems> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Stoel Music Systems', 'name': 'Dual Ring Modulator and Multiplier by Stoel Music Systems', 'price': '129.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65057664-dual-ring-modulator-and-multiplier-by-stoel-music-systems'} 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/smash-renegade-pedals> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer Neutron Paraphonic Analog and Semi-Modular Synthesizer', 'price': '290.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65059876-behringer-neutron-paraphonic-analog-and-semi-modular-synthesizer'} 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eggshellunicorn> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Cwejman', 'name': 'Cwejman MBC-3 Multi Band Compressor', 'price': '1350.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65057546-cwejman-mbc-3-multi-band-compressor'} 2023-01-23 14:00:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/timothys-gear-outlet-537> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Animodule', 'name': 'Animodule Line Amp - Silver - 2HP', 'price': '60.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65056837-animodule-line-amp-silver-2hp'} 2023-01-23 14:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/stoelmusicsystems> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Stoel Music Systems', 'name': 'Log (Audio) Mixer for Eurorack Modular by Stoel Music Systems', 'price': '70.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65057561-log-audio-mixer-for-eurorack-modular-by-stoel-music-systems'} 2023-01-23 14:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/giacomos-emporium> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Queen of Pentacles 2022 - Black', 'price': '599.50', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65055817-endorphin-es-queen-of-pentacles-2022-black'} 2023-01-23 14:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/stoelmusicsystems> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Stoel Music Systems', 'name': 'CV/Audio Linear Mixer for Eurorack Modular by Stoel Music Systems', 'price': '79.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65057365-cv-audio-linear-mixer-for-eurorack-modular-by-stoel-music-systems'} 2023-01-23 14:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/stoelmusicsystems> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Stoel Music Systems', 'name': 'ADSR Envelope Generator with Trigger by Stoel Music Systems', 'price': '97.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65057776-adsr-envelope-generator-with-trigger-by-stoel-music-systems'} 2023-01-23 14:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/synths-keys-and-stuff> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel uMod II with Ring Mod, Sum, Difference, Max, Min ' 'Functions', 'price': '119.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65056439-intellijel-umod-ii-with-ring-mod-sum-difference-max-min-functions'} 2023-01-23 14:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/uncle-ikes-music-and-sound> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': 'Used 2hp Clk Voltage Controlled Clock Generator Rack Module Eurorack', 'price': '70.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65055958-used-2hp-clk-voltage-controlled-clock-generator-rack-module-eurorack'} 2023-01-23 14:00:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/the-official-3and4-store> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Midi 1U Silver', 'price': '195.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65091302-intellijel-midi-1u-silver'} 2023-01-23 14:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/brennans-gear-depot-9> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Krakenstuff', 'name': 'Krakenstuff 2hp ADSR Black', 'price': '110.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65054662-krakenstuff-2hp-adsr-black'} 2023-01-23 14:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/the-official-3and4-store> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Pedal I/O 1U', 'price': '69.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65091440-intellijel-pedal-i-o-1u'} 2023-01-23 14:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/uncle-ikes-music-and-sound> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Used Behringer 182 Sequencer Rack Module', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65056208-used-behringer-182-sequencer-rack-module'} 2023-01-23 14:00:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:00:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=17&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051191-alyseum-selector-sequential-switch-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051587-ajh-synth-minimod-dual-lfo-vca-10hp-silver-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051590-animodule-lil-monster-vco-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051652-erica-synths-black-vca-v2-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051604-blue-lantern-mini-shimmery-generator-black-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050727-mosaic-analog-vco-oscillator-white-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050738-noise-lab-wrinkler-wave-shaper-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050628-tinrs-ardabil-switch-cv-processor-routing-utility-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050713-new-systems-instruments-vca-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050471-addac-system-addac203-cv-mapping-red-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050486-syntonie-cbv002-circuit-bent-video-delay-standalone-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051962-4ms-quad-clock-distributor-expander-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65072824-ajh-synth-fixed-filter-bank-914-black-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051239-soundforce-dual-filter-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050484-sputnik-modular-variable-waveform-generator-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65072833-expert-sleepers-ivo-analog-low-pass-filter-b-stock 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050712-plankton-electronics-mix1-audio-and-video-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050857-schlappi-engineering-interstellar-radio-complex-noise-oscillator-black-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050865-soundforce-vcf-vca-6-juno-style-filter-vca-gray-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051700-l-1-unity-stereo-mixer-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050615-super-synthesis-svfs-dual-filter-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051414-animal-factory-pit-viper-distortion-eurorack-demo 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051284-bubblesound-hexa-s-r-6-channel-envelope-demo 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/timothys-gear-outlet-537> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Hole DSP v1 Standard (No Expansion Chip)', 'price': '148.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65049364-erica-synths-black-hole-dsp-v1-standard-no-expansion-chip'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/heaths-gear-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Studio Electronics', 'name': 'Studio Electronics Boomstar Modular 3003 Filter - Silver', 'price': '179.98', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65053810-studio-electronics-boomstar-modular-3003-filter-silver'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/synths-keys-and-stuff> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel uJack', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/58599021-intellijel-ujack'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-garage-3586> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer Brains 2022 - Present - Black', 'price': '130.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65052332-behringer-brains-2022-present-black'} 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lukes-gear-garage-54> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Stereo Line In 1U', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050665-intellijel-stereo-line-in-1u'} 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hallmfg-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico LPG 2014 - Present - Black', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65052011-erica-synths-pico-lpg-2014-present-black'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matts-gear-18> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Future Sound Systems', 'name': 'Future Sound Systems MTX8 Standard 2022 - White', 'price': '425.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050430-future-sound-systems-mtx8-standard-2022-white'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/its-a-beautiful-day-in-this-neighborhood> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Vice Verga 2021 - Present - Black', 'price': '169.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050332-noise-engineering-vice-verga-2021-present-black'} 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lukes-gear-garage-54> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Dual VCA 1U', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050292-intellijel-dual-vca-1u'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/maxwells-gear-outlet-63> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Boredbrain Music', 'name': 'Boredbrain Music INTRFX 2020 - Black', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65014424-boredbrain-music-intrfx-2020-black'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/its-a-beautiful-day-in-this-neighborhood> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise XOH Module 2019 - Present - Black', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050078-make-noise-xoh-module-2019-present-black'} 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/the-official-3and4-store> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Malekko', 'name': 'Malekko Manther Growl Silver', 'price': '425.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65090934-malekko-manther-growl-silver'} 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/pauls-gear-bazaar-650> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog Subharmonicon 2020 - Present - Black', 'price': '525.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65049935-moog-subharmonicon-2020-present-black'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jesuss-gear-outlet-148> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Verb', 'price': '110.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65049563-2hp-verb'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/melnicksaudiokitchen> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Metasonix', 'name': 'Metasonix R-54 Supermodule VCO/VCF', 'price': '1440.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65049703-metasonix-r-54-supermodule-vco-vcf'} 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jesuss-gear-outlet-148> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Dreadbox', 'name': 'Dreadbox Nostalgia 3-Stage Delay', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65049468-dreadbox-nostalgia-3-stage-delay'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lukes-gear-garage-54> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Dual VCA 1U', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050578-intellijel-dual-vca-1u'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eric-s-gear-bazaar-56> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Ts-L 2020-ish - Black', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65047275-instruo-ts-l-2020-ish-black'} 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/peters-boutique-183> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer K-2 Analog Semi-Modular Synthesizer - Used & Mint', 'price': '295.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65046314-behringer-k-2-analog-semi-modular-synthesizer-used-mint'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/melnicksaudiokitchen> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Trogotronic', 'name': 'Trogotronic M658 Mother Mutant Noise Synthesizer - Eurorack mount', 'price': '410.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65049274-trogotronic-m658-mother-mutant-noise-synthesizer-eurorack-mount'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jacobs-gear-garage-736> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico SEQ', 'price': '88.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65037659-erica-synths-pico-seq'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/miless-gear-depot-17> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Shakmat Modular', 'name': 'Shakmat Modular bard quartet 2021 - Silver', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65047773-shakmat-modular-bard-quartet-2021-silver'} 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/mirkos-gear-vault> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-126-2 Frequency Shifter + Expander COMBO - Silver', 'price': '451.32', 'ships_from_region': 'LU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65046187-doepfer-a-126-2-frequency-shifter-expander-combo-silver'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-shop-5> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Unbranded', 'name': 'Unbranded M2.5 Threaded Strips Eurorack (pair) 84Hp or custom', 'price': '18.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65045866-unbranded-m2-5-threaded-strips-eurorack-pair-84hp-or-custom'} 2023-01-23 14:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jesuss-gear-outlet-148> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Muxlicer and Mex', 'price': '280.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65046175-befaco-muxlicer-and-mex'} 2023-01-23 14:01:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050625-tinrs-ardabil-cv-processor-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051410-plankton-electronics-envf-envelope-follower-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051428-nano-modules-mar-dual-mixer-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051772-radikal-technologies-rt-451-dual-multimode-filter-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050729-mosaic-analog-vco-oscillator-black-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050739-noise-lab-prime-mover-analog-vco-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051710-malekko-heavy-industry-cv-gate-sync-expander-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051874-vermona-unicycle-vco-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051935-vermona-tvcf-extension-expander-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050902-random-source-serge-extended-adsr-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050716-mosaic-variable-delay-black-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050717-mosaic-snare-drum-white-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050721-mosaic-mono-reverb-white-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051680-expert-sleepers-esx-8md-midi-dinsync-expansion-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050562-mosaic-decimator-bit-crusher-white-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051735-rebel-technology-mix-03-4ch-mixer-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051836-soundmachines-sd1-simple-drum-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050451-wavefonix-3320-high-pass-filter-hpf-standard-edition-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050467-addac-system-addac212-e-g-map-pack-black-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050627-tenderfoot-electronics-echo-and-feed-digital-lo-fi-echo-expander-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050608-xodes-pv44-preset-voltages-imi-bundle-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051602-blue-lantern-duo-quantize-barton-circuit-quantizer-demo 2023-01-23 14:01:00 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051264-addac-system-addac216-sum-difference-black-demo 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/musique-rhythmiqx> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Manis Iteritas New with Full Warranty -Authorized ' 'Dealer', 'price': '372.39', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65090301-noise-engineering-manis-iteritas-new-with-full-warranty-authorized-dealer'} 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=18&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/justins-gear-bazaar-294> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Knobula', 'name': 'Knobula Poly Cinematic 8-Voice Polyphonic Synthesizer Eurorack ' 'Module', 'price': '340.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65045257-knobula-poly-cinematic-8-voice-polyphonic-synthesizer-eurorack-module'} 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051393-erica-synths-cowbell-percussion-voice-demo 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050719-mosaic-plucked-string-black-demo 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050722-mosaic-low-pass-filter-black-demo 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050880-io-instruments-carpo-triple-headphone-amplifier-demo 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050821-extralife-instruments-super-sixteen-black-demo 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050469-addac-system-addac807a-individual-channel-stereo-outputs-black-demo 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051694-l-1-linear-psu-eurorack-power-supply-version-a-demo 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051707-low-gain-electronics-cvp-1-control-voltage-processor-demo 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050971-low-gain-electronics-router-two-way-signal-router-demo 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051015-low-gain-electronics-variable-force-generator-cv-gate-controller-banana-jacks-demo 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050917-addac-system-addac605-vc-spectral-tilt-demo 2023-01-23 14:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matthews-gear-outlet-1047> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Verbos Electronics', 'name': 'Verbos Electronics Harmonic Oscillator', 'price': '600.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65044404-verbos-electronics-harmonic-oscillator'} 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050697-xaoc-devices-ostankino-ii-moskwa-ii-expander-demo 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050714-new-systems-instruments-quad-mid-side-quadraphonic-processor-demo 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050715-mosaic-variable-delay-white-demo 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050726-mosaic-hi-hat-black-demo 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050828-erica-synths-quadraphonic-surround-panner-modular-system-demo 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/chriss-gear-bazaar-644> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Sismo', 'name': 'Sismo Lito Semi-modular 2-voice analog synth/sequencer with external ' 'mixer', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65043482-sismo-lito-semi-modular-2-voice-analog-synth-sequencer-with-external-mixer'} 2023-01-23 14:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicks-gear-garage-1084> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits ASQ-1 Sequencer 2022 - Present - White', 'price': '310.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65042182-alm-busy-circuits-asq-1-sequencer-2022-present-white'} 2023-01-23 14:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-depot-541> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Joranalogue', 'name': 'Joranalogue Contour 1 Slew Limiter/Function Generator', 'price': '148.59', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65042770-joranalogue-contour-1-slew-limiter-function-generator'} 2023-01-23 14:01:01 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050607-modulaire-maritime-decca-manual-cv-generator-demo 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicholass-gear-bazaar-556> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Boredbrain Music', 'name': 'Boredbrain Music INTRFX V1', 'price': '130.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65043879-boredbrain-music-intrfx-v1'} 2023-01-23 14:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sprogs-house> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits Squid Salmple 2021 - Silver', 'price': '575.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65042278-alm-busy-circuits-squid-salmple-2021-silver'} 2023-01-23 14:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sprogs-house> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'DIY', 'name': 'Mutable Instruments Marbles (Momo Modular clone)', 'price': '315.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65041898-mutable-instruments-marbles-momo-modular-clone'} 2023-01-23 14:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/alexanders-gear-locker-190> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Future Sound Systems', 'name': 'Future Sound Systems OSC1 Cyclical Engine - Black', 'price': '232.57', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65041764-future-sound-systems-osc1-cyclical-engine-black'} 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-bazaar-610> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Aurora 2022 - Present - Black', 'price': '315.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65041349-qu-bit-electronix-aurora-2022-present-black'} 2023-01-23 14:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gaetanos-gear-locker-7> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Phonogene Eurorack module', 'price': '355.32', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65041063-make-noise-phonogene-eurorack-module'} 2023-01-23 14:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/tims-gear-garage-395> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Knobula', 'name': 'Knobula Poly Cinematic 8-Voice Polyphonic Synthesizer Eurorack ' 'Module 2022 - Present - Multi-Color', 'price': '340.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65041196-knobula-poly-cinematic-8-voice-polyphonic-synthesizer-eurorack-module-2022-present-multi-color'} 2023-01-23 14:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jyris-gear-bazaar> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Philips', 'name': 'Philips PM 5705 Pulse Generator', 'price': '113.11', 'ships_from_region': 'FI', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65040740-philips-pm-5705-pulse-generator'} 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/alexanders-gear-locker-190> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Grendel', 'name': 'Grendel Formant Filter - Black', 'price': '219.65', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65041555-grendel-formant-filter-black'} 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gaetanos-gear-locker-7> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Richter Wogglebug Module', 'price': '232.57', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65040684-make-noise-richter-wogglebug-module'} 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sylv9st9r> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Stereo Line Out 1U', 'price': '66.22', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65039726-intellijel-stereo-line-out-1u'} 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gaetanos-gear-locker-7> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Maths Eurorack module', 'price': '271.33', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65040116-make-noise-maths-eurorack-module'} 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ricardo-s-gear-emporium-19> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Fracture 2010s - Black', 'price': '322.37', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65040322-wmd-fracture-2010s-black'} 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/casefromlake> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Case From Lake', 'name': '18U 168hp (or less) (2x9U) Eurorack powered case, divisible', 'price': '1677.48', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64277050-18u-168hp-or-less-2x9u-eurorack-powered-case-divisible'} 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/martins-shop-327> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise STO Module', 'price': '175.29', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65038417-make-noise-sto-module'} 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jyris-gear-bazaar> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Wavetek', 'name': 'Wavetek 185', 'price': '169.67', 'ships_from_region': 'FI', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65040568-wavetek-185'} 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-locker-3158> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Winterbloom and Erica synths', 'name': 'Winterbloom and Erica synths Castor pollux 3109 2021 - Black', 'price': '413.46', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65034128-winterbloom-and-erica-synths-castor-pollux-3109-2021-black'} 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/fredricks-gear-outlet-11> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Shakmat Modular', 'name': "Shakmat Modular Knight's Gallop", 'price': '145.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65036780-shakmat-modular-knight-s-gallop'} 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/the-official-3and4-store> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Milky Way 1U 2021 - Black', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64750786-endorphin-es-milky-way-1u-2021-black'} 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/marks-boutique-522> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Strega Module', 'price': '543.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64878818-make-noise-strega-module'} 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/the-official-3and4-store> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Switched Mult 1U', 'price': '35.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050308-intellijel-switched-mult-1u'} 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/johns-boutique-3715> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits Mum M8', 'price': '174.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65089258-alm-busy-circuits-mum-m8'} 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/johanns-gear-outlet-22> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': '333.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65089414-noise-engineering-basimilus-iteritas-alter'} 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/the-official-3and4-store> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Octone', 'price': '195.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65089900-qu-bit-electronix-octone'} 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/the-official-3and4-store> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Polyend', 'name': 'Polyend Poly 2', 'price': '306.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65090137-polyend-poly-2'} 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dans-gear-emporium-1261> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'STG Soundlabs', 'name': 'STG Soundlabs .MIX', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65035684-stg-soundlabs-mix'} 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050610-xodes-pv44-preset-voltages-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050579-maneco-labs-filter-eko-delay-filter-pedal-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051880-4ms-tapographic-delay-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65072827-boredbrain-music-injectr-audio-input-cab-simulator-b-stock 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65072830-plum-audio-ro-ved-1u-macro-oscillator-silver-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65072856-blackhole-cases-six_90-powered-case-6u-90hp-blue-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051552-acl-vc-panning-amplifier-vca-panner-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051553-random-source-seq8-xl-serge-sequencer-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051287-bubblesound-ulfo-modulator-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051243-tenderfoot-electronics-ringr-dual-passive-ring-modulator-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051252-tenderfoot-electronics-cells-expander-for-lattice-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65072836-pulp-logic-att-vert-attenuverter-tile-b-stock 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65072849-mosaic-snare-drum-white-b-stock 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051876-erica-synths-fusion-ring-mod-v2-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051965-4ms-shuffling-clock-multiplier-1-2-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051921-qu-bit-electronix-contour-quad-envelope-black-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050597-patching-panda-operat-oscillator-black-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050626-tenderfoot-electronics-source-and-confluence-vco-wavemixer-expander-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050631-acl-s-mix-out-x3-stereo-mixer-output-module-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050725-mosaic-hi-hat-white-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050918-2hp-picnic-basket-modular-system-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050938-2hp-drum-machine-lunchbox-modular-system-demo 2023-01-23 14:01:02 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050457-foxing-hour-access-triple-attenuvert-bias-demo 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=19&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sonic-sound-source> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog Mavis Monophonic Analog Synthesizer Voice 2022 - Present - ' 'Black', 'price': '280.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65086003-moog-mavis-monophonic-analog-synthesizer-voice-2022-present-black'} 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-locker-3158> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments Dark Matter Voltage Controlled Audio Feedback ' 'Module 2013 - 2020 - Black', 'price': '355.32', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65034077-bastl-instruments-dark-matter-voltage-controlled-audio-feedback-module-2013-2020-black'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jevs-gear-locker> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Hexinverter', 'name': 'Hexinverter Mutant Brain - Black - warranty until October 2024', 'price': '260.16', 'ships_from_region': 'DE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65033864-hexinverter-mutant-brain-black-warranty-until-october-2024'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-locker-3158> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Bizarre Jezebel', 'name': 'Bizarre Jezebel Chloe V2 2021 - Black', 'price': '484.53', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65034023-bizarre-jezebel-chloe-v2-2021-black'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/guitarsnsynths> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Korg', 'name': 'Korg ARP 2600 FS Semi-Modular Synthesizer', 'price': '7914.20', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65033402-korg-arp-2600-fs-semi-modular-synthesizer'} 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/juan-matos-synths-and-stuff> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'VoicAs', 'name': 'VoicAs Led Rover', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65032864-voicas-led-rover'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/the-electric-jackalope> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-140 ADSR Envelope Generator', 'price': '55.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65032721-doepfer-a-140-adsr-envelope-generator'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eddies-gear-depot-124> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments Kastle V1.5 Mini Modular Synthesizer 2013 - 2020 - ' 'Black', 'price': '101.28', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65031849-bastl-instruments-kastle-v1-5-mini-modular-synthesizer-2013-2020-black'} 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-emporium-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog Mother-32 Tabletop / Eurorack Semi-Modular Synthesizer 2015 - ' 'Present - Black', 'price': '459.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65030688-moog-mother-32-tabletop-eurorack-semi-modular-synthesizer-2015-present-black'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-gear-garage-3228> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Variatic Sequent', 'price': '70.11', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65031031-noise-engineering-variatic-sequent'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/calebs-shop-352> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise modDemix Module 2008 - Present - Silver', 'price': '119.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65028537-make-noise-moddemix-module-2008-present-silver'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/scotts-shop-663> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers ES-3 Mk4 Lightpipe / CV Interface - Eurorack Module', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65027217-expert-sleepers-es-3-mk4-lightpipe-cv-interface-eurorack-module'} 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-gear-outlet-1973> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Rene Module 2008 - 2018 - Black', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65029795-make-noise-rene-module-2008-2018-black'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jaidens-shop-4> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Blue Lantern', 'name': 'Blue Lantern Jupiter Gas Analyzer OTA Filter', 'price': '345.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65024876-blue-lantern-jupiter-gas-analyzer-ota-filter'} 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/calebs-shop-352> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WYWS', 'name': 'WYWS MS1010', 'price': '59.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65024838-wyws-ms1010'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jaidens-shop-4> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Blue Lantern', 'name': 'Blue Lantern LunarLab VCO Mk2', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65023825-blue-lantern-lunarlab-vco-mk2'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/scotts-shop-663> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-106-5 12dB SEM Type Voltage Controlled Filter Special ' 'Edition - Eurorack Module', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65027352-doepfer-a-106-5-12db-sem-type-voltage-controlled-filter-special-edition-eurorack-module'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jaidens-shop-4> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Blue Lantern', 'name': 'Blue Lantern BLM Velocity Amplifier VCA/VCF/EG', 'price': '360.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65025456-blue-lantern-blm-velocity-amplifier-vca-vcf-eg'} 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eric-s-gear-bazaar-56> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel uVCA 2010s - Aluminum', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65024190-intellijel-uvca-2010s-aluminum'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lewiss-gear-outlet-22> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Arturia', 'name': 'Arturia RackBrute 6U Eurorack Modular Case', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65022792-arturia-rackbrute-6u-eurorack-modular-case'} 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050470-addac-system-addac402b-hrg-expansion-red-demo 2023-01-23 14:01:03 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051466-tiptop-audio-vca-variable-slope-amplifier-demo 2023-01-23 14:01:03 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051407-noise-engineering-ataraxic-iteritas-magnus-5u-demo 2023-01-23 14:01:03 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051640-doepfer-a-141-2-voltage-controlled-envelope-generator-demo 2023-01-23 14:01:03 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65072843-mosaic-hi-hat-black-b-stock 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lewiss-gear-outlet-22> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer Brains', 'price': '130.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65022852-behringer-brains'} 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/richards-gear-bazaar-183> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Tempi Module', 'price': '210.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65022646-make-noise-tempi-module'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lewiss-gear-outlet-22> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Pittsburgh Modular', 'name': 'Pittsburgh Modular Structure 344 2019 Wood', 'price': '950.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65022619-pittsburgh-modular-structure-344-2019-wood'} 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eric-s-gear-bazaar-56> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tenderfoot Electronics', 'name': 'Tenderfoot Electronics Ease 2020-ish - Black', 'price': '75.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65024401-tenderfoot-electronics-ease-2020-ish-black'} 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/richards-gear-bazaar-183> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black mixer', 'price': '60.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65022720-erica-synths-black-mixer'} 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/alexs-boutique-480> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Morphagene Module 2008 - Present - Black', 'price': '550.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65085715-make-noise-morphagene-module-2008-present-black'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gb-music-and-sound> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Cre8Audio', 'name': 'Cre8Audio NiftyBUNDLE Eurorack Modular System', 'price': '271.11', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65085296-cre8audio-niftybundle-eurorack-modular-system'} 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daves-gear-emporium-441> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico Drive', 'price': '83.98', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65084065-erica-synths-pico-drive'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gb-music-and-sound> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Cre8Audio', 'name': 'Cre8Audio Chipz Eurorack Synthesizer Module', 'price': '100.50', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65084713-cre8audio-chipz-eurorack-synthesizer-module'} 2023-01-23 14:01:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/paschaliss-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Peaks', 'price': '338.21', 'ships_from_region': 'GR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65083400-mutable-instruments-peaks'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/brians-gear-outlet-594> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Circadian Rhythms 2010s - Black', 'price': '420.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65083516-tiptop-audio-circadian-rhythms-2010s-black'} 2023-01-23 14:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gb-music-and-sound> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Cre8Audio', 'name': 'Cre8Audio NiftyCASE Eurorack Case', 'price': '200.99', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65085223-cre8audio-niftycase-eurorack-case'} 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sebastian-s-boutique-12> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Richter Wogglebug Module 2014 - Present - Black', 'price': '232.57', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65082859-make-noise-richter-wogglebug-module-2014-present-black'} 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sebastian-s-boutique-12> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits Pip Slope 2010s - Silver', 'price': '77.52', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65083329-alm-busy-circuits-pip-slope-2010s-silver'} 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jonass-gear-garage-24> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Sequential Switch Matrix 2020 - Silver', 'price': '361.96', 'ships_from_region': 'SE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65078354-wmd-sequential-switch-matrix-2020-silver'} 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/source-paris> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'taktaktak', 'name': 'taktaktak drumbo 2022 - Black', 'price': '424.18', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65078642-taktaktak-drumbo-2022-black'} 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sonic-sound-source> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico LFO / S&H 2014 - Present - Black', 'price': '70.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65080518-erica-synths-pico-lfo-s-h-2014-present-black'} 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sonic-sound-source> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Bubblesound', 'name': 'Bubblesound SEM20 VCF 2010s - Silver', 'price': '145.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65081034-bubblesound-sem20-vcf-2010s-silver'} 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/as-gear-emporium-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits Boss Bow Two', 'price': '167.97', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65078363-alm-busy-circuits-boss-bow-two'} 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=20&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/as-gear-emporium-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Odessa - Additive Eurorack Oscillator', 'price': '490.99', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65078406-xaoc-devices-odessa-additive-eurorack-oscillator'} 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jonass-gear-garage-24> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Happy Nerding', 'name': 'Happy Nerding 6x MIX 2020 - Black', 'price': '90.49', 'ships_from_region': 'SE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65078261-happy-nerding-6x-mix-2020-black'} 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/as-gear-emporium-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'XOR Electronics', 'name': 'XOR Electronics - NerdSeq - CV & Trigger Tracker Sequencer', 'price': '594.35', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65078180-xor-electronics-nerdseq-cv-trigger-tracker-sequencer'} 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/as-gear-emporium-29> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments Pizza - Digital Complex Oscillator - Eurorack', 'price': '310.10', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65078262-bastl-instruments-pizza-digital-complex-oscillator-eurorack'} 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/addisons-gear-locker-10> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Synthrotek', 'name': 'Synthrotek Arcade Button', 'price': '129.21', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65076621-synthrotek-arcade-button'} 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/mirkos-gear-vault> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'AJH Synth', 'name': 'AJH Synth MiniMod Discrete Cascaded VCA "Dark Edition"', 'price': '209.26', 'ships_from_region': 'LU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65021623-ajh-synth-minimod-discrete-cascaded-vca-dark-edition'} 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jonathans-boutique-510> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM/Busy Circuits ALM017 Pamela's NEW Workout", 'price': '260.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65022397-alm-busy-circuits-alm017-pamela-s-new-workout'} 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-gear-outlet-4043> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Popcorn Sequencer w/ Expanders - Wood', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65021250-bastl-popcorn-sequencer-w-expanders-wood'} 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daniels-gear-garage-1031> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Lubadh 2022 - Black', 'price': '658.96', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65021247-instruo-lubadh-2022-black'} 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/richards-shop-952> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'WMD', 'name': 'WMD Chimera - Black', 'price': '329.48', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65021328-wmd-chimera-black'} 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ryans-shop-533> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer 297 Dual Portamento/CV Utilities Eurorack Synthesizer ' 'Module', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/63458543-behringer-297-dual-portamento-cv-utilities-eurorack-synthesizer-module'} 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-gear-bazaar-4036> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers Little Mikey Preamp present - Black', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64651195-expert-sleepers-little-mikey-preamp-present-black'} 2023-01-23 14:01:04 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051938-ajh-synth-finaliser-r-eq-reverb-black-demo 2023-01-23 14:01:04 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051953-erica-synths-drum-mixer-lite-black-demo 2023-01-23 14:01:04 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051889-arc-serge-tkb-touch-activated-keyboard-sequencer-demo 2023-01-23 14:01:04 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051850-studio-electronics-boomstar-mix-4-mixer-demo 2023-01-23 14:01:04 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051852-studio-electronics-charcot-circles-sequencer-demo 2023-01-23 14:01:04 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65050477-expert-sleepers-cvm-8-cv-to-midi-i2c-converter-demo 2023-01-23 14:01:04 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051550-acl-bar-psu-demo 2023-01-23 14:01:04 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051255-tenderfoot-electronics-ucls-expander-for-lattice-demo 2023-01-23 14:01:04 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/65051272-addac-system-addac105-4-voice-cluster-black-demo 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lucass-shop-17> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog Mavis and Korg SQ-1 Bundle', 'price': '400.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65020942-moog-mavis-and-korg-sq-1-bundle'} 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/richards-shop-952> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Cursus Iteritas 2019 - Present - Silver', 'price': '323.02', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65021470-noise-engineering-cursus-iteritas-2019-present-silver'} 2023-01-23 14:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jack-s-gear-garage-26> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Beads 2021 - Present - Silver', 'price': '345.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65020858-mutable-instruments-beads-2021-present-silver'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/johns-boutique-3937> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Maths Module', 'price': '258.41', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65020429-make-noise-maths-module'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-gear-bazaar-4036> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Maths Module 2019 - Present - Silver', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64651018-make-noise-maths-module-2019-present-silver'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-gear-bazaar-4036> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-106-5 12dB SEM Type Voltage Controlled Filter', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64651255-doepfer-a-106-5-12db-sem-type-voltage-controlled-filter'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/island-sounds> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Fractio Solum', 'price': '110.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65016523-noise-engineering-fractio-solum'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jasons-gear-outlet-209> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'vpme', 'name': 'vpme Quad Drum QD - Black', 'price': '330.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65020406-vpme-quad-drum-qd-black'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lucass-shop-17> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog Mavis Monophonic Analog Synthesizer Voice', 'price': '315.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65020815-moog-mavis-monophonic-analog-synthesizer-voice'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jons-gear-bazaar-483> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Poly Effects', 'name': 'Poly Effects hector 2022 - Black', 'price': '490.02', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65016374-poly-effects-hector-2022-black'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kevins-gear-outlet-201> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'New Systems Instruments', 'name': 'New Systems Instruments quad mid side eurorack module', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65016415-new-systems-instruments-quad-mid-side-eurorack-module'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kevins-gear-outlet-201> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'New Systems Instruments', 'name': 'New Systems Instruments Harmonic Shift Oscillator HSO Eurorack ' 'module', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65016350-new-systems-instruments-harmonic-shift-oscillator-hso-eurorack-module'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/cory-s-boutique-9> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Duatt 1U', 'price': '55.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65017428-intellijel-duatt-1u'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jonathans-gear-emporium-314> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM/Busy Circuits Pamela's NEW Workout - Black Special Edition", 'price': '500.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65018560-alm-busy-circuits-pamela-s-new-workout-black-special-edition'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/johns-boutique-3715> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': '299.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65016430-noise-engineering-basimilus-iteritas-alter'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/addisons-gear-locker-10> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio uZeus with Flying Bus Boards', 'price': '77.52', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65076513-tiptop-audio-uzeus-with-flying-bus-boards'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kevins-gear-outlet-201> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Sputnik Modular', 'name': 'Sputnik Modular Sputnik Modular Variable Waveform Generator', 'price': '290.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65018679-sputnik-modular-sputnik-modular-variable-waveform-generator'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/tonesnobgearbeer> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Metropolis', 'price': '425.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65018803-intellijel-metropolis'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/galatsos> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'DIY', 'name': 'Mutable Instruments Plaits DIY - NEW - 12 months warranty', 'price': '260.15', 'ships_from_region': 'GR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65075842-mutable-instruments-plaits-diy-new-12-months-warranty'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=21&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/konstantinoss-shop-13> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-106-6 XP VCF 2010s - Silver', 'price': '141.39', 'ships_from_region': 'GR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65072867-doepfer-a-106-6-xp-vcf-2010s-silver'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshuas-boutique-85> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Roland', 'name': 'Roland System-500 512 Eurorack Dual VCO Module', 'price': '240.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65072053-roland-system-500-512-eurorack-dual-vco-module'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshuas-boutique-85> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Roland', 'name': 'Roland Env/lfo 540', 'price': '270.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65072468-roland-env-lfo-540'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/triangle-core-rocks> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Neutral Labs', 'name': 'Nijel by Neutral Labs - User customisable distortion', 'price': '158.36', 'ships_from_region': 'DE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65073080-nijel-by-neutral-labs-user-customisable-distortion'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/roberts-gear-emporium-2749> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'After Later Audio', 'name': 'After Later Audio - Bleep Bloop 2000', 'price': '187.35', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64605408-after-later-audio-bleep-bloop-2000'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshuas-boutique-85> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Roland', 'name': 'Roland Vcf 505', 'price': '270.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65072445-roland-vcf-505'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jasons-boutique-500> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD / SSF', 'name': 'WMD/SSF DPLR Delay', 'price': '175.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65073851-wmd-ssf-dplr-delay'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshuas-boutique-85> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '4MS', 'name': '4MS QDC Quad Clock Distributor', 'price': '170.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65071034-4ms-qdc-quad-clock-distributor'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/foundsound> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM Busy Circuits Pamela's New Workout & PEXP-2 Combo - Limited " 'Bundle! 🤑', 'price': '289.84', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65070476-alm-busy-circuits-pamela-s-new-workout-pexp-2-combo-limited-bundle'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/scotts-gear-outlet-722> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio MIX7 Analog Summing Mixer', 'price': '59.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65071519-tiptop-audio-mix7-analog-summing-mixer'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshuas-boutique-85> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Roland', 'name': 'Roland System-500 521 Eurorack Dual VCF Module', 'price': '270.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65071239-roland-system-500-521-eurorack-dual-vcf-module'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshuas-boutique-85> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Roland', 'name': 'Roland System-500 572 Eurorack Phase Shifter / Delay / LFO Module', 'price': '190.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65071713-roland-system-500-572-eurorack-phase-shifter-delay-lfo-module'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/addisons-gear-locker-10> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Gamechanger Audio / Erica Synths', 'name': 'Gamechanger Audio / Erica Synths Plasma Drive', 'price': '387.62', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65076263-gamechanger-audio-erica-synths-plasma-drive'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kevins-gear-outlet-201> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Toppobrillo', 'name': 'Toppobrillo Minimix', 'price': '220.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65016316-toppobrillo-minimix'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kevins-gear-outlet-201> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'North Coast Synthesis', 'name': 'DIY North Coast Synthesis Middle Path Complex VCO + Transistor Mixer ' '2021', 'price': '475.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65016238-diy-north-coast-synthesis-middle-path-complex-vco-transistor-mixer-2021'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/musique-rhythmiqx> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Plaits and Beads -Authorized Dealer -Final Batch ' 'Last Few in Stock', 'price': '662.19', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65015870-mutable-instruments-plaits-and-beads-authorized-dealer-final-batch-last-few-in-stock'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kevins-gear-outlet-201> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Meng Qi', 'name': 'Meng Qi Wingie 2022 - Black', 'price': '330.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65016142-meng-qi-wingie-2022-black'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/cory-s-boutique-9> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'EarthQuaker Devices', 'name': 'EarthQuaker Devices Afterneath Reverb Eurorack Module', 'price': '175.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65016129-earthquaker-devices-afterneath-reverb-eurorack-module'} 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ohexoh> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments Waver Wavefolding Drone Mixer', 'price': '245.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65014230-bastl-instruments-waver-wavefolding-drone-mixer'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/moon-home-studios> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-138p / A-138o Performance Mixer Input and Output 2010s - ' 'Silver', 'price': '135.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65013763-doepfer-a-138p-a-138o-performance-mixer-input-and-output-2010s-silver'} 2023-01-23 14:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/neils-gear-bazaar-19> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Cre8Audio', 'name': 'Cre8Audio West Pest Semi-Modular West Coast Style Desktop ' 'Synthesizer', 'price': '251.95', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65013967-cre8audio-west-pest-semi-modular-west-coast-style-desktop-synthesizer'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/polo-pans-reverb-official-shop> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Korg', 'name': 'Korg MS-10, in Excellent Condition', 'price': '1357.37', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/60299893-korg-ms-10-in-excellent-condition'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Modified Pico DSP - Xodes BCI (Backpack) Modification ' 'for Tiptop Audio Z-DSP Cards.', 'price': '193.81', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65012385-erica-synths-modified-pico-dsp-xodes-bci-backpack-modification-for-tiptop-audio-z-dsp-cards'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/curtiss-boutique-187> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Optomix Rev 2 Module 2016 - Present - Silver', 'price': '215.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011714-make-noise-optomix-rev-2-module-2016-present-silver'} 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/alamo-music-center> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Korg', 'name': 'Pre-Owned Korg Volca Modular Semi-Modular 16-Step Sequencer Analog ' 'Synthesizer', 'price': '225.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64989972-pre-owned-korg-volca-modular-semi-modular-16-step-sequencer-analog-synthesizer'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kyles-gear-garage-112> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'After Later Audio', 'name': 'After Later Audio Beehive (uPlaits) 2021 - Black', 'price': '175.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011691-after-later-audio-beehive-uplaits-2021-black'} 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/satoshis-shop-4> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A133-2', 'price': '75.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011549-doepfer-a133-2'} 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kevsusedgear> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Buchla', 'name': 'Studio.h Quad Control Voltage Processor Model 254e', 'price': '1225.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011260-studio-h-quad-control-voltage-processor-model-254e'} 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/chads-gear-outlet-264> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Happy Nerding', 'name': 'Happy Nerding FX Aid XL - Black', 'price': '270.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011716-happy-nerding-fx-aid-xl-black'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD / SSF', 'name': 'WMD / SSF Spectrum', 'price': '374.70', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011857-wmd-ssf-spectrum'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adam-s-gear-garage-22> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Orthogonal Devices', 'name': "Orthogonal Devices ER-301 2010's - Silver", 'price': '2300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011713-orthogonal-devices-er-301-2010-s-silver'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/kyles-gear-garage-112> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'After Later Audio', 'name': 'After Later Audio UBurst 2021 - Black', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011586-after-later-audio-uburst-2021-black'} 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD Kraken', 'price': '374.70', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011682-wmd-kraken'} 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/my-studio-3> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Landscape', 'name': 'Landscape Stereo Field 2010s - Gold', 'price': '424.18', 'ships_from_region': 'SI', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011408-landscape-stereo-field-2010s-gold'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/xlr> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tom Oberheim', 'name': 'Tom Oberheim SEM Midi', 'price': '2697.77', 'ships_from_region': 'DE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011487-tom-oberheim-sem-midi'} 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adam-s-gear-garage-22> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Veils v2 2020 - Silver', 'price': '425.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011656-mutable-instruments-veils-v2-2020-silver'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/curtiss-boutique-187> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Richter Wogglebug Module 2014 - Present - Black', 'price': '210.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011572-make-noise-richter-wogglebug-module-2014-present-black'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/foundsound> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM Busy Circuits Pamela's New Workout & PEXP-1 Combo - Limited " 'Bundle! 🤑', 'price': '289.84', 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65070450-alm-busy-circuits-pamela-s-new-workout-pexp-1-combo-limited-bundle'} 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshuas-boutique-85> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Clouds', 'price': '275.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65069963-mutable-instruments-clouds'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/cano-revboutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Synthrotek', 'name': 'Synthrotek Cheeks of STEEL - 6U w/ Skiff Boats (Case power Blue) - ' '104HP, 3mm Threaded Nut Strips', 'price': '436.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65069523-synthrotek-cheeks-of-steel-6u-w-skiff-boats-case-power-blue-104hp-3mm-threaded-nut-strips'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/yellow-light-gear> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Michigan Synth Works', 'name': 'Michigan Synth Works MBrane 2023 mutable yarns clone - black', 'price': '149.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65069914-michigan-synth-works-mbrane-2023-mutable-yarns-clone-black'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-gear-outlet-4043> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Veils v2 - Original Packaging', 'price': '410.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068708-mutable-instruments-veils-v2-original-packaging'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=22&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/mikes-gear-bazaar-585> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Roland', 'name': 'Roland System-500 540 Eurorack Dual EG and LFO Module', 'price': '350.57', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65069133-roland-system-500-540-eurorack-dual-eg-and-lfo-module'} 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/cano-revboutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Synthrotek', 'name': 'Synthrotek Cheeks of STEEL - 9U w/ Skiff Boats (Case power Blue) - ' '104HP, 3mm Threaded Nut Strips', 'price': '550.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65069626-synthrotek-cheeks-of-steel-9u-w-skiff-boats-case-power-blue-104hp-3mm-threaded-nut-strips'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-gear-outlet-4043> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Warps - Silver', 'price': '320.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068456-mutable-instruments-warps-silver'} 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-gear-outlet-4043> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Stages', 'price': '600.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068369-mutable-instruments-stages'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-gear-outlet-4043> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Blades Dual Multimode Filter - All Original ' 'Packaging', 'price': '1150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068035-mutable-instruments-blades-dual-multimode-filter-all-original-packaging'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/davids-gear-outlet-4043> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Marbles - All Original Packaging', 'price': '615.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068242-mutable-instruments-marbles-all-original-packaging'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jesuss-gear-outlet-148> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Dreadbox', 'name': 'Dreadbox Hysteria Performance VCO', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65068183-dreadbox-hysteria-performance-vco'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jos-gear-garage-2> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Synthesis Technology', 'name': 'Synthesis Technology E560 Deflector Shield - Silver Eurorack Module', 'price': '275.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65067624-synthesis-technology-e560-deflector-shield-silver-eurorack-module'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-emporium-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-100 LC6V Low Cost Case - 6U (Vintage Edition) - Black', 'price': '350.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65067517-doepfer-a-100-lc6v-low-cost-case-6u-vintage-edition-black'} 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-emporium-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Wavetable VCO 2014 - Present - Black', 'price': '229.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65067373-erica-synths-black-wavetable-vco-2014-present-black'} 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-emporium-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Z5000 Stereo Multi-Effect Processor 2010s - Black', 'price': '159.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65067346-tiptop-audio-z5000-stereo-multi-effect-processor-2010s-black'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hk-boutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Michigan Synth Works', 'name': 'Michigan Synth Works XVI Desktop Faderbank 2022', 'price': '289.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65065935-michigan-synth-works-xvi-desktop-faderbank-2022'} 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-emporium-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Dual ADSR 2015 - 2021 - Silver', 'price': '170.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65067270-intellijel-dual-adsr-2015-2021-silver'} 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joshuas-boutique-85> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Rene Module', 'price': '220.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65065934-make-noise-rene-module'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hk-boutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Joranalogue', 'name': 'Joranalogue Transmit 2 2022', 'price': '175.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65065681-joranalogue-transmit-2-2022'} 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hk-boutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Boredbrain Music', 'name': 'Boredbrain Music Injectr 2022', 'price': '199.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65065338-boredbrain-music-injectr-2022'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/owends-gear-garage> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Eurorack', 'name': 'Eurorack 7U 80HP - Aluminum Travel Case TPS30W Powered', 'price': '500.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65063915-eurorack-7u-80hp-aluminum-travel-case-tps30w-powered'} 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hk-boutique> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit', 'name': 'Qu-Bit Aurora 2022', 'price': '299.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65065647-qu-bit-aurora-2022'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-outlet-357> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Quadra + Expander', 'price': '400.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65064176-intellijel-quadra-expander'} 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/aubreys-boutique-24> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Teenage Engineering', 'name': 'Teenage Engineering 170 Modular Synthesizer', 'price': '225.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011538-teenage-engineering-170-modular-synthesizer'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/stuarts-gear-emporium-159> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Powered Skiff', 'price': '258.41', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011480-make-noise-powered-skiff'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Trigger Riot Black', 'price': '323.02', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011492-tiptop-audio-trigger-riot-black'} 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Echoz Black', 'price': '193.81', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011245-tiptop-audio-echoz-black'} 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Steady State Fate', 'name': 'Steady State Fate Autodyne', 'price': '180.89', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65010681-steady-state-fate-autodyne'} 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/stuarts-gear-emporium-159> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Hole DSP 2', 'price': '258.41', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011032-erica-synths-black-hole-dsp-2'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Strymon', 'name': 'Strymon Magneto', 'price': '633.11', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65011016-strymon-magneto'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Rebel Technology', 'name': 'Rebel Technology Klasmata Black', 'price': '155.05', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65010546-rebel-technology-klasmata-black'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Steady State Fate', 'name': 'Steady State Fate Autodyne', 'price': '180.89', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65010645-steady-state-fate-autodyne'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Plankton Electronics', 'name': 'Plankton Electronics ENVF', 'price': '103.37', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65010352-plankton-electronics-envf'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Rebel Technology', 'name': 'Rebel Technology Klasmata Black', 'price': '155.05', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65010472-rebel-technology-klasmata-black'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Plankton Electronics', 'name': 'Plankton Electronics ENVF', 'price': '103.37', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65010339-plankton-electronics-envf'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/scarpellini-strumenti-musicali> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Ketron', 'name': 'Ketron SD1000', 'price': '369.88', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65010322-ketron-sd1000'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Roti Pola Black', 'price': '103.37', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65010158-noise-engineering-roti-pola-black'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/alex-s-gear-depot-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Rubicon2', 'price': '347.57', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65010300-intellijel-rubicon2'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Kith Ruina Black', 'price': '122.75', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65010092-noise-engineering-kith-ruina-black'} 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/house-of-bongos> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Furthrrrr Generator, Black, w/ Strong-Zero VCO Chip', 'price': '560.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64777256-endorphin-es-furthrrrr-generator-black-w-strong-zero-vco-chip'} 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/alex-s-gear-depot-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Marbles *Rare*', 'price': '644.74', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65010016-mutable-instruments-marbles-rare'} 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Low-Gain Electronics', 'name': 'Low Gain Electronics Shortbus V3 Red', 'price': '90.44', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65009447-low-gain-electronics-shortbus-v3-red'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/ninos-gear-locker-16> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Metropolix 2020s - Silver', 'price': '599.50', 'ships_from_region': 'GE', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65009879-intellijel-metropolix-2020s-silver'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Harmonàig', 'price': '374.70', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65008862-instruo-harmonaig'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Low-Gain Electronics', 'name': 'Low Gain Electronics Shortbus V3 Red', 'price': '90.44', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65009569-low-gain-electronics-shortbus-v3-red'} 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adams-gear-emporium-201> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Bloom 2019 - Present - Black', 'price': '280.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65008445-qu-bit-electronix-bloom-2019-present-black'} 2023-01-23 14:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/julians-gear-garage-154> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Chord v2 - Black as new', 'price': '226.23', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65008957-qu-bit-electronix-chord-v2-black-as-new'} 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/themidium> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Moog', 'name': 'Moog 60HP Powered Eurorack Modular Case/Skiff', 'price': '299.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65062499-moog-60hp-powered-eurorack-modular-case-skiff'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=23&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dans-shop-167> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco STMix 4 Channel Stereo or Mono Mixer Factory Built Mint ' 'Eurorack Modular', 'price': '120.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65063484-befaco-stmix-4-channel-stereo-or-mono-mixer-factory-built-mint-eurorack-modular'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/freedom-guitars> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Kickall', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65063733-befaco-kickall'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/camerons-gear-depot-275> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM/Busy Circuits Akemie's Castle", 'price': '440.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65062501-alm-busy-circuits-akemie-s-castle'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Modulaire Maritime', 'name': 'Modulaire Maritime Decca Manual CV Generator', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65061114-modulaire-maritime-decca-manual-cv-generator'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Double Bass 2014 - Present - Black', 'price': '120.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65061038-erica-synths-black-double-bass-2014-present-black'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp ADSR 2010s - Silver', 'price': '70.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060985-2hp-adsr-2010s-silver'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/64966154-make-noise-skiff-powered-eurorack-case-demo 2023-01-23 14:01:08 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/64966130-noise-engineering-loquelic-iteritas-percido-synth-voice-black-demo 2023-01-23 14:01:08 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/64966121-noise-engineering-zularic-repetitor-gate-generator-black-demo 2023-01-23 14:01:08 [reverb] WARNING: Ignoring store perfect-circuit: https://reverb.com/item/64966128-kilpatrick-audio-phenol-patchable-analog-synthesizer-utl-1-converter-box-demo 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dans-shop-167> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Hexinverter', 'name': 'Hexinverter Mutant Hot Glue Mixer Eurorack Modular w/ Compressor ' 'Distortion Ducking', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65063321-hexinverter-mutant-hot-glue-mixer-eurorack-modular-w-compressor-distortion-ducking'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-138s Mini Stereo Mixer 2010s - Silver', 'price': '70.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65061013-doepfer-a-138s-mini-stereo-mixer-2010s-silver'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jasons-boutique-500> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise QPAS Module', 'price': '350.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060806-make-noise-qpas-module'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Steady State Fate', 'name': 'Steady State Fate DETECT-Rx 2010s - Silver', 'price': '130.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060888-steady-state-fate-detect-rx-2010s-silver'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits MUM M8', 'price': '160.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060805-alm-busy-circuits-mum-m8'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel uVCA II 2015 - 2021 - Silver', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060924-intellijel-uvca-ii-2015-2021-silver'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dereks-gear-outlet-437> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'RYK Modular', 'name': 'RYK Modular Vector Wave 2022', 'price': '400.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060587-ryk-modular-vector-wave-2022'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico Voice 2014 - Present - Black', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060730-erica-synths-pico-voice-2014-present-black'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM/Busy Circuits ALM017 Pamela's NEW Workout 2010s - Silver", 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060586-alm-busy-circuits-alm017-pamela-s-new-workout-2010s-silver'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jasons-boutique-500> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise STO Module w extras', 'price': '190.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060568-make-noise-sto-module-w-extras'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Stereo Mixer V3 2014 - Present - Black', 'price': '110.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060379-erica-synths-black-stereo-mixer-v3-2014-present-black'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Pittsburgh Modular', 'name': 'Pittsburgh Modular Lifeforms Micro Sequence B', 'price': '175.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060697-pittsburgh-modular-lifeforms-micro-sequence-b'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jesuss-gear-outlet-148> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black CV Tools', 'price': '100.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060621-erica-synths-black-cv-tools'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eric-s-gear-bazaar-56> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'System80', 'name': 'System80 860 MkII Multimode Filter 2020-ish - Black', 'price': '210.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65059919-system80-860-mkii-multimode-filter-2020-ish-black'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Quad VCA2 2014 - 2020 - Black', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060097-erica-synths-black-quad-vca2-2014-2020-black'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico Modulator 2014 - Present - Black', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060169-erica-synths-pico-modulator-2014-present-black'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/renners-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'Expert Sleepers ES-6 MK2 CV / Lightpipe Interface 2017 - 2020 - ' 'Black', 'price': '55.43', 'ships_from_region': 'SZ', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65008244-expert-sleepers-es-6-mk2-cv-lightpipe-interface-2017-2020-black'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/fernandos-gear-garage-212> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Music Thing Modular', 'name': 'Music Thing Modular Turing Machine and Pulses', 'price': '237.54', 'ships_from_region': 'ES', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65007049-music-thing-modular-turing-machine-and-pulses'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Maths Module 2019 - Present - Silver', 'price': '265.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060634-make-noise-maths-module-2019-present-silver'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/signal-sounds> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': '1010 Music', 'name': '1010 Music BitBox Micro Eurorack Sampler Module (Black)', 'price': '599.52', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64967287-1010-music-bitbox-micro-eurorack-sampler-module-black'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nicolass-shop-242> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Dixie II+ - Silver', 'price': '220.57', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65006717-intellijel-dixie-ii-silver'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/anymusic> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Moog', 'name': 'Moog Subharmonicon - Analog Synthesizer', 'price': '870.98', 'ships_from_region': 'PL', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65006413-moog-subharmonicon-analog-synthesizer'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/stes-gear-garage-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths 2x104HP Travel Case Eurorack Case with Power Supply', 'price': '678.68', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65005662-erica-synths-2x104hp-travel-case-eurorack-case-with-power-supply'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/daniels-gear-emporium-244> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Fusion VCO V2', 'price': '320.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65002479-erica-synths-fusion-vco-v2'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jasons-gear-outlet-209> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Transient Modules', 'name': 'Transient Modules 7J Joystick - Silver', 'price': '140.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64989614-transient-modules-7j-joystick-silver'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/obscuremachines> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Birdkids', 'name': 'Birdkids Unicorn Boom', 'price': '275.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65000486-birdkids-unicorn-boom'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jasons-gear-outlet-209> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'After Later Audio', 'name': 'After Later Audio Popple', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64989887-after-later-audio-popple'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-depot-209> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Dreadbox', 'name': 'Dreadbox Eudemonia Filter-Mixer-VCA', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65000392-dreadbox-eudemonia-filter-mixer-vca'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/obscuremachines> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Hi-Hats D', 'price': '175.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65001109-erica-synths-hi-hats-d'} 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-depot-209> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel uVCA 2020 Silver', 'price': '95.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65000237-intellijel-uvca-2020-silver'} 2023-01-23 14:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matthews-gear-emporium-1247> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'AJH Synth', 'name': 'AJH Synth Mini Mod Glide + Noise MKI Eurorack Sample and Hold and ' 'Noise', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64999305-ajh-synth-mini-mod-glide-noise-mki-eurorack-sample-and-hold-and-noise'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/fernandos-gear-garage-212> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Euclid', 'price': '101.80', 'ships_from_region': 'ES', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64997745-2hp-euclid'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dantes-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Data Bender Silver', 'price': '340.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64997268-qu-bit-electronix-data-bender-silver'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-depot-209> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Dreadbox', 'name': 'Dreadbox Dystopia Noise-Crush-Filter', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64999366-dreadbox-dystopia-noise-crush-filter'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/wills-gear-depot-209> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Dreadbox', 'name': 'Dreadbox Nostalgia 3-Stage Delay', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64999730-dreadbox-nostalgia-3-stage-delay'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/minty-fresh-gear> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer 2600 Semi-Modular Analog Synthesizer 2020 - Present - ' 'Black', 'price': '550.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64997492-behringer-2600-semi-modular-analog-synthesizer-2020-present-black'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dantes-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Acid Rain Technology', 'name': 'Acid Rain Technology Maestro', 'price': '340.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64997298-acid-rain-technology-maestro'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Bassline Module 2014 - Present - Black', 'price': '250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65060039-erica-synths-bassline-module-2014-present-black'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/known-for-tone> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Michigan Synth Works', 'name': 'Michigan Synth Works SY0.5 Drum Synthesis Voice', 'price': '275.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65058456-michigan-synth-works-sy0-5-drum-synthesis-voice'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/rogers-gear-bazaar-57> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Pittsburgh Modular', 'name': 'Pittsburgh Modular Filter of Crows 2022 - Black & Blue', 'price': '450.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65058020-pittsburgh-modular-filter-of-crows-2022-black-blue'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lukes-gear-outlet-31> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio MixZ', 'price': '70.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65057548-tiptop-audio-mixz'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=24&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/synths-keys-and-stuff> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel uMod II with Ring Mod, Sum, Difference, Max, Min ' 'Functions', 'price': '119.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65056439-intellijel-umod-ii-with-ring-mod-sum-difference-max-min-functions'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/giacomos-emporium> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Endorphin.es', 'name': 'Endorphin.es Queen of Pentacles 2022 - Black', 'price': '599.50', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65055817-endorphin-es-queen-of-pentacles-2022-black'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/uncle-ikes-music-and-sound> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': 'Used 2hp Clk Voltage Controlled Clock Generator Rack Module Eurorack', 'price': '70.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65055958-used-2hp-clk-voltage-controlled-clock-generator-rack-module-eurorack'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/uncle-ikes-music-and-sound> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Used Behringer 182 Sequencer Rack Module', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65056208-used-behringer-182-sequencer-rack-module'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/brennans-gear-depot-9> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Krakenstuff', 'name': 'Krakenstuff 2hp ADSR Black', 'price': '110.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65054662-krakenstuff-2hp-adsr-black'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/heaths-gear-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Recovery Effects', 'name': 'Recovery Effects ADSR - Black', 'price': '61.89', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65054748-recovery-effects-adsr-black'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/radivojes-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Braids DIY', 'price': '135.74', 'ships_from_region': 'MT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65054750-mutable-instruments-braids-diy'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/timothys-gear-outlet-537> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Hole DSP v1 Standard (No Expansion Chip)', 'price': '148.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65049364-erica-synths-black-hole-dsp-v1-standard-no-expansion-chip'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/heaths-gear-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Studio Electronics', 'name': 'Studio Electronics Boomstar Sci Fi - Silver', 'price': '179.98', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65054158-studio-electronics-boomstar-sci-fi-silver'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/synths-keys-and-stuff> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel uJack', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/58599021-intellijel-ujack'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/heaths-gear-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Studio Electronics', 'name': 'Studio Electronics Boomstar Modular 3003 Filter - Silver', 'price': '179.98', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65053810-studio-electronics-boomstar-modular-3003-filter-silver'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-garage-3586> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Behringer', 'name': 'Behringer Brains 2022 - Present - Black', 'price': '130.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65052332-behringer-brains-2022-present-black'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eternalechotrails-shop> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Mutable Instruments', 'name': 'Mutable Instruments Branches', 'price': '275.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65052171-mutable-instruments-branches'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hallmfg-gear-outlet> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico LPG 2014 - Present - Black', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65052011-erica-synths-pico-lpg-2014-present-black'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lukes-gear-garage-54> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Dual VCA 1U', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050578-intellijel-dual-vca-1u'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/its-a-beautiful-day-in-this-neighborhood> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Vice Verga 2021 - Present - Black', 'price': '169.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050332-noise-engineering-vice-verga-2021-present-black'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lukes-gear-garage-54> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Dual VCA 1U', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050292-intellijel-dual-vca-1u'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lukes-gear-garage-54> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Stereo Line In 1U', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050665-intellijel-stereo-line-in-1u'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/synths-keys-and-stuff> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ADDAC System', 'name': 'ADDAC System ADDAC506 Stochastic Function Generator with Expansion ' '(ADDAC506B) Matte Black', 'price': '419.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65049791-addac-system-addac506-stochastic-function-generator-with-expansion-addac506b-matte-black'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/benjamins-gear-outlet-337> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Empress', 'name': 'Empress Zoia Euroburo Compact Grid Controller', 'price': '675.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64492986-empress-zoia-euroburo-compact-grid-controller'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/mapachelandia> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Buchla Portabellabz', 'name': 'Portabellabz - EMS VCS3 Card for Buchla Easel', 'price': '999.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64996192-portabellabz-ems-vcs3-card-for-buchla-easel'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jamess-boutique-1005> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-100PB PSU3', 'price': '600.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64995772-doepfer-a-100pb-psu3'} 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/control> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Intellijel', 'name': 'Intelljel Qx', 'price': '69.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64994276-intelljel-qx'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/sams-boutique-212> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': 'ALM/Busy Circuits Tangle Quartet', 'price': '150.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64990616-alm-busy-circuits-tangle-quartet'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/corys-gear-garage-sale> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise QPAS Module 2019 - Present - Black', 'price': '315.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64986007-make-noise-qpas-module-2019-present-black'} 2023-01-23 14:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/its-a-beautiful-day-in-this-neighborhood> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise XOH Module 2019 - Present - Black', 'price': '85.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65050078-make-noise-xoh-module-2019-present-black'} 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nightlife-electronics> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments Midi Looper - Black', 'price': '334.99', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64990223-bastl-instruments-midi-looper-black'} 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/mr-green-days> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer MAQ 16/3 Sequencer', 'price': '1000.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64989324-doepfer-maq-16-3-sequencer'} 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/oliviers-boutique-38> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Eurorack', 'name': 'Eurorack Small utility system', 'price': '210.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64990165-eurorack-small-utility-system'} 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/midy-notes-media> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Moog', 'name': 'Moog Mother-32 Tabletop / Eurorack Semi-Modular Synthesizer 2015 - ' 'Present - Black', 'price': '464.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64989548-moog-mother-32-tabletop-eurorack-semi-modular-synthesizer-2015-present-black'} 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/curtiss-boutique-187> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Xaoc Devices', 'name': 'Xaoc Devices Nin 2010s - Silver', 'price': '75.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64989010-xaoc-devices-nin-2010s-silver'} 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/howards-gear-emporium-47> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio QuantiZer', 'price': '284.26', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64989252-tiptop-audio-quantizer'} 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/momo-modular> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'DIY', 'name': 'uPlaits Beehive Micro Mutable Instruments Plaits Eurorack ' 'Synthesizer Module (White Aluminum)', 'price': '179.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64988513-uplaits-beehive-micro-mutable-instruments-plaits-eurorack-synthesizer-module-white-aluminum'} 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adriens-shop-8> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Synthesis Technology', 'name': 'Synthesis Technology E355 Morphing Dual LFO 2010s - Silver', 'price': '245.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64988342-synthesis-technology-e355-morphing-dual-lfo-2010s-silver'} 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/lionels-gear-outlet-34> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-183-5 quad attenuator - Silver', 'price': '56.56', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64988803-doepfer-a-183-5-quad-attenuator-silver'} 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dantes-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Ruina Versio Black', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64988259-noise-engineering-ruina-versio-black'} 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dantes-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Intellijel', 'name': 'Intellijel Morgasmatron', 'price': '320.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64988056-intellijel-morgasmatron'} 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/vintage-king> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio STRIKE Card for One Digital Audio Flux with 256 Sounds', 'price': '26.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64988347-tiptop-audio-strike-card-for-one-digital-audio-flux-with-256-sounds'} 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dantes-boutique-46> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Imitor Versio Black', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64988124-noise-engineering-imitor-versio-black'} 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/adriens-shop-8> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Echophon Module 2008 - Present - Silver', 'price': '360.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64988419-make-noise-echophon-module-2008-present-silver'} 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/mikes-boutique-795> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Euclid - Black', 'price': '70.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64987136-2hp-euclid-black'} 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/synths-4-u> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Squarp Instruments', 'name': 'Squarp Instruments Hermod Modular Brain - Black', 'price': '450.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64987827-squarp-instruments-hermod-modular-brain-black'} 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/chases-boutique-28> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Buchla', 'name': 'Buchla 285e Frequency Shifter / Balanced Modulator', 'price': '1250.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64987521-buchla-285e-frequency-shifter-balanced-modulator'} 2023-01-23 14:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/mikes-boutique-795> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Black Output V2 - Black', 'price': '199.99', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64987099-erica-synths-black-output-v2-black'} 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=25&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/house-of-bongos> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Erbe-Verb Silver', 'price': '415.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/63732633-make-noise-erbe-verb-silver'} 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/corys-gear-garage-sale> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Acid Rain Technology', 'name': 'Acid Rain Technology Chainsaw Polyphonic Oscillator 2019 - 2020 - ' 'Black', 'price': '220.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64986038-acid-rain-technology-chainsaw-polyphonic-oscillator-2019-2020-black'} 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/corys-gear-garage-sale> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Basimilus Iteritas Alter 2017 - Present - Silver', 'price': '275.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64985874-noise-engineering-basimilus-iteritas-alter-2017-present-silver'} 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/michaels-gear-outlet-1470> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Zularic Repetitor', 'price': '189.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64985784-noise-engineering-zularic-repetitor'} 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/dangs-shop-1> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'WMD', 'name': 'WMD SCLPL', 'price': '210.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64984221-wmd-sclpl'} 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Hexinverter', 'name': 'Hexinverter Mutant Snare Black', 'price': '245.49', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64984058-hexinverter-mutant-snare-black'} 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/juhos-gear-garage-2> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Black Corporation', 'name': "Black Corporation Deckard's Voice", 'price': '791.80', 'ships_from_region': 'FI', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64984063-black-corporation-deckard-s-voice'} 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Hi-Hats D', 'price': '245.49', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64983743-erica-synths-hi-hats-d'} 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Hexinverter', 'name': 'Hexinverter Mutant Hihats Black', 'price': '245.49', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64983936-hexinverter-mutant-hihats-black'} 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Clap', 'price': '167.97', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64983648-erica-synths-clap'} 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco InAmp', 'price': '116.29', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64983353-befaco-inamp'} 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Dreadbox', 'name': 'Dreadbox Dystopia', 'price': '90.44', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64983542-dreadbox-dystopia'} 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-148 Duel S&H', 'price': '116.29', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64983490-doepfer-a-148-duel-s-h'} 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/matteos-gear-depot-68> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Expert Sleepers', 'name': 'EXPERT SLEEPERS DISTING MK4 IN PERFECT CONDITIONS!', 'price': '180.98', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64983086-expert-sleepers-disting-mk4-in-perfect-conditions'} 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Percall', 'price': '232.57', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64983251-befaco-percall'} 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Kickall', 'price': '232.57', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64982580-befaco-kickall'} 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joels-shop-121> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Zularic Repetitor 2018 - Present - Silver', 'price': '190.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64982118-noise-engineering-zularic-repetitor-2018-present-silver'} 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-emporium-4326> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Noise Engineering', 'name': 'Noise Engineering Virt Iter Legio Stereo Oscillator Eurorack Module', 'price': '258.41', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64981989-noise-engineering-virt-iter-legio-stereo-oscillator-eurorack-module'} 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco CV Thing', 'price': '245.49', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64982513-befaco-cv-thing'} 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Hexmix', 'price': '503.91', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64982719-befaco-hexmix'} 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joels-shop-121> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Saich 2022 - Black & Gold', 'price': '470.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64981968-instruo-saich-2022-black-gold'} 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gear-emporium-4326> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Acid Rain Technology', 'name': 'Acid Rain Technology Maestro Black', 'price': '413.46', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64982085-acid-rain-technology-maestro-black'} 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Hexpander', 'price': '374.70', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64982840-befaco-hexpander'} 2023-01-23 14:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/benjamins-shop-39> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ALM/Busy Circuits', 'name': "ALM/Busy Circuits Dinky's Taiko", 'price': '199.00', 'ships_from_region': 'VN', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64983006-alm-busy-circuits-dinky-s-taiko'} 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=26&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/oliviers-boutique-38> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Trouby Modular', 'name': 'Trouby Modular Jack 8', 'price': '75.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64981935-trouby-modular-jack-8'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'BASTL Instruments', 'name': 'BASTL Instruments Buddy', 'price': '167.97', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64981470-bastl-instruments-buddy'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/joels-shop-121> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Harmonaig 2022 - Black & Gold', 'price': '395.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64981249-instruo-harmonaig-2022-black-gold'} 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/hardwarefanatics> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Qu-Bit Electronix', 'name': 'Qu-Bit Electronix Prism', 'price': '237.54', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64981389-qu-bit-electronix-prism'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/easter-egg-pocket-shop> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Auza', 'name': 'Auza Wave Packets 2022 - Silver', 'price': '339.34', 'ships_from_region': 'HU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64979764-auza-wave-packets-2022-silver'} 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Unity Black', 'price': '77.52', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64981114-2hp-unity-black'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/oliviers-boutique-38> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Blue Lantern', 'name': 'Blue Lantern Booster Array', 'price': '75.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64981276-blue-lantern-booster-array'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/philippes-gear-depot-11> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Ts-L v1 and Athru', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65049839-instruo-ts-l-v1-and-athru'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/finns-gear-bazaar-30> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Unity Black', 'price': '77.52', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64981070-2hp-unity-black'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/maxwells-gear-outlet-63> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Boredbrain Music', 'name': 'Boredbrain Music INTRFX 2020 - Black', 'price': '180.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65014424-boredbrain-music-intrfx-2020-black'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/thomass-gear-locker-358> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '4ms Company', 'name': '4ms Company Shuffling Clock Multiplier w/ Breakout Expansion', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64980892-4ms-company-shuffling-clock-multiplier-w-breakout-expansion'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/melnicksaudiokitchen> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Metasonix', 'name': 'Metasonix R-54 Supermodule VCO/VCF', 'price': '1440.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65049703-metasonix-r-54-supermodule-vco-vcf'} 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/martin-pas-synth-shop> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico A Logic', 'price': '62.21', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64980841-erica-synths-pico-a-logic'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/martin-pas-synth-shop> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico SEQS', 'price': '82.57', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64981010-erica-synths-pico-seqs'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jesuss-gear-outlet-148> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Dreadbox', 'name': 'Dreadbox Nostalgia 3-Stage Delay', 'price': '80.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65049468-dreadbox-nostalgia-3-stage-delay'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jesuss-gear-outlet-148> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': '2hp', 'name': '2hp Verb', 'price': '110.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65049563-2hp-verb'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/martin-pas-synth-shop> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico Logic', 'price': '82.57', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64980905-erica-synths-pico-logic'} 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/melnicksaudiokitchen> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Trogotronic', 'name': 'Trogotronic M658 Mother Mutant Noise Synthesizer - Eurorack mount', 'price': '410.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65049274-trogotronic-m658-mother-mutant-noise-synthesizer-eurorack-mount'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/juliens-gear-locker-39> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Electric Tone', 'name': 'Electric Tone Synthi-biscuit 2022 - Black', 'price': '164.02', 'ships_from_region': 'FR', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65047302-electric-tone-synthi-biscuit-2022-black'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/gaetanos-gear-locker-7> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Make Noise', 'name': 'Make Noise Rene Module', 'price': '323.02', 'ships_from_region': 'GB', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64980607-make-noise-rene-module'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/eric-s-gear-bazaar-56> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Instruo', 'name': 'Instruo Ts-L 2020-ish - Black', 'price': '200.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65047275-instruo-ts-l-2020-ish-black'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/jesuss-gear-outlet-148> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Befaco', 'name': 'Befaco Muxlicer and Mex', 'price': '280.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65046175-befaco-muxlicer-and-mex'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/thomass-gear-locker-358> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Erica Synths', 'name': 'Erica Synths Pico BBD', 'price': '115.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64980837-erica-synths-pico-bbd'} 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/miless-gear-depot-17> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Shakmat Modular', 'name': 'Shakmat Modular bard quartet 2021 - Silver', 'price': '300.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65047773-shakmat-modular-bard-quartet-2021-silver'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/synths-keys-and-stuff> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'STG Soundlabs', 'name': 'STG Soundlabs Envelope Generator', 'price': '315.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65045984-stg-soundlabs-envelope-generator'} 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?++bump_algorithm=default&bumped=4&category=modular-synths&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&paginate_bump=true&per_page=24&product_type=keyboards-and-synths&shipping_placeholders=true) 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/martin-pas-synth-shop> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Tiptop Audio', 'name': 'Tiptop Audio Buchla 245t Sequential Voltage Source', 'price': '294.10', 'ships_from_region': 'IT', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/64975551-tiptop-audio-buchla-245t-sequential-voltage-source'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/mirkos-gear-vault> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'Doepfer', 'name': 'Doepfer A-126-2 Frequency Shifter + Expander COMBO - Silver', 'price': '451.32', 'ships_from_region': 'LU', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65046187-doepfer-a-126-2-frequency-shifter-expander-combo-silver'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/synthtown-usa> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'manufacturer': 'ADDAC System', 'name': 'ADDAC System 301C Sustain Switch', 'price': '90.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65044615-addac-system-301c-sustain-switch'} 2023-01-23 14:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.reverb.com/api/shops/nates-shop-5> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': False, 'manufacturer': 'Unbranded', 'name': 'Unbranded M2.5 Threaded Strips Eurorack (pair) 84Hp or custom', 'price': '18.00', 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'reverb', 'url': 'https://reverb.com/item/65045866-unbranded-m2-5-threaded-strips-eurorack-pair-84hp-or-custom'} 2023-01-23 14:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://api.reverb.com/api/listings?bump_algorithm=default&bumped=4&category=eurorack&condition=all&expand_category_facets=false&facets=true&include_grid_images=true&middle_categories=true&page=27&pagin