PROJECT (event_scrapers)
SPIDER (contem_prints)
2026-06-16 05:20:40 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-06-16 05:20:41 [scrapy.utils.log] INFO: Versions:
{'lxml': '6.0.2',
'libxml2': '2.14.6',
'cssselect': '1.3.0',
'parsel': '1.10.0',
'w3lib': '2.0.0',
'Twisted': '25.5.0',
'Python': '3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0]',
'pyOpenSSL': '25.3.0 (OpenSSL 3.5.4 30 Sep 2025)',
'cryptography': '46.0.3',
'Platform': 'Linux-6.8.0-90-generic-x86_64-with-glibc2.39'}
2026-06-16 05:20:41 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-06-16 05:20:41 [asyncio] DEBUG: Using selector: EpollSelector
2026-06-16 05:20:41 [scrapy.addons] INFO: Enabled addons:
[]
2026-06-16 05:20:41 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-06-16 05:20:41 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-06-16 05:20:41 [scrapy.extensions.telnet] INFO: Telnet Password: ecb271cc93bb9500
2026-06-16 05:20:41 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.logcount.LogCount',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats']
2026-06-16 05:20:41 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x70ad11d10540>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/contem_prints/55638962693211f1ad230050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-06-16 05:20:41 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-06-16 05:20:41 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-06-16 05:20:41 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'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_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-06-16 05:20:41 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.start.StartSpiderMiddleware',
'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIRefererSpiderMiddleware']
2026-06-16 05:20:41 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-06-16 05:20:41 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
self._check_mw_method_spider_arg(pipe.process_item)
2026-06-16 05:20:41 [scrapy.core.engine] INFO: Spider opened
2026-06-16 05:20:41 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.contem_prints.ContemPrintsSpider defines the deprecated start_requests() method. start_requests() has been deprecated in favor of a new method, start(), to support asynchronous code execution. start_requests() will stop being called in a future version of Scrapy. If you use Scrapy 2.13 or higher only, replace start_requests() with start(); note that start() is a coroutine (async def). If you need to maintain compatibility with lower Scrapy versions, when overriding start_requests() in a spider class, override start() as well; you can use super() to reuse the inherited start() implementation without copy-pasting. See the release notes of Scrapy 2.13 for details: https://docs.scrapy.org/en/2.13/news.html
warn(
2026-06-16 05:20:41 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-06-16 05:20:41 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-06-16 05:20:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/events/> (referer: None)
2026-06-16 05:20:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/exhibitions> (referer: None)
2026-06-16 05:20:44 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://contemprints.org/event/?id=100815>, and there are cookies in the cookiejar, but ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED is False, so automatic mapping will not map cookies for this or any other request. To silence this warning, disable cookies for all requests that use automatic mapping, either with the COOKIES_ENABLED setting or with the dont_merge_cookies request metadata key.
2026-06-16 05:20:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/education/workshops/> (referer: None)
2026-06-16 05:20:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/event/?id=100815> (referer: https://contemprints.org/events/)
2026-06-16 05:20:45 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 05:20:45 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 2641
2026-06-16 05:20:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://contemprints.org/event/?id=100815>
{'event_url': 'https://contemprints.org/event/?id=100815',
'platform_hash': '3da78e63c07fe8896cb13a6fbc93cfab',
'raw_body': '<h1> 2026 MONOTHON Auction & Party </h1><div '
'class="uk-panel uk-position-z-index" uk-sticky="end: '
'!.js-sticky; media: @m;">\n'
'<div class="uk-panel uk-margin"><h2>Join us for our annual '
'MONOTHON Auction & Party!</h2>\n'
'<p>Come see all the incredible Monotypes created during Monothon '
'Print Week. Bid on your favorites, along with some incredible '
'live auction items.</p>\n'
'<p>This year we are pleased to host the event at the Carriage '
'Barn Arts Center in New Canaan, a beautiful venue that we have '
'all enjoyed in years past!</p>\n'
'<p>The party is a fundraising <strong>ticketed event</strong> '
'and will include a silent auction, live auction, heavy hors '
'd’oeuvres, wine, and other beverages.</p>\n'
'<p>Silent Auction begins at 5:00 PM.</p>\n'
'<p>Live Auction will begin promptly at 7:00 PM.</p>\n'
'<p><em>See you there!</em></p></div>\n'
'<div class="uk-margin">\n'
'<a class="el-content uk-width-1-1 uk-button uk-button-primary '
'uk-flex-inline uk-flex-center uk-flex-middle" '
'href="/civicrm/event/register/?reset=1&id=100815">\n'
'<span class="uk-margin-small-right" '
'uk-icon="ionicons-outline--ticket-outline"></span> \n'
' Register Today! \n'
' \n'
'</a>\n'
'</div>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'ionicons-outline--calendar-clear-outline;"></span></div> <div>\n'
'<div class="el-content uk-panel">Sat November 7, 2026</div> '
'</div>\n'
'</div>\n'
'</li> <li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'fontawesome-regular--play-circle;"></span></div> <div>\n'
'<div class="el-content uk-panel">Start: 5:00 pm</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-primary" uk-icon="icon: '
'world;"></span></div> <div>\n'
'<div class="el-content uk-panel">681 South Ave<br/>\n'
'Carriage Barn Arts Center<br/>\n'
'New Canaan, CT 06840</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'</div>'}
2026-06-16 05:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/event/?id=100817> (referer: https://contemprints.org/events/)
2026-06-16 05:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 05:20:46 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 2481
2026-06-16 05:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://contemprints.org/event/?id=100817>
{'event_url': 'https://contemprints.org/event/?id=100817',
'platform_hash': '3da78e63c07fe8896cb13a6fbc93cfab',
'raw_body': '<h1> MONOTHON 2026 Figure Session </h1><div '
'class="uk-panel uk-position-z-index" uk-sticky="end: '
'!.js-sticky; media: @m;">\n'
'<div class="uk-panel uk-margin"><p>This Figure Session will '
'include the same materials as other Monothon sessions. Figure '
'Session Artists will work from a live model, and benefit from '
'the knowledge and expertise of Master Printer Nomi Silverman, '
'who will assist participants in creating monotypes from life. Of '
'the prints created during this session, one will be chosen from '
'each artist to be included in our Auction.</p>\n'
'<p>$300 Session Cost<br/>\n'
'Limited to 6 Sign-ups<br/>\n'
'Instructor: Nomi Silverman</p></div>\n'
'<div class="uk-margin">\n'
'<a class="el-content uk-width-1-1 uk-button uk-button-primary '
'uk-flex-inline uk-flex-center uk-flex-middle" '
'href="/civicrm/event/register/?reset=1&id=100817">\n'
'<span class="uk-margin-small-right" '
'uk-icon="ionicons-outline--ticket-outline"></span> \n'
' Register Today! \n'
' \n'
'</a>\n'
'</div>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'ionicons-outline--calendar-clear-outline;"></span></div> <div>\n'
'<div class="el-content uk-panel">Sat October 10, 2026</div> '
'</div>\n'
'</div>\n'
'</li> <li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'fontawesome-regular--play-circle;"></span></div> <div>\n'
'<div class="el-content uk-panel">Start: 10:00 am</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-primary" uk-icon="icon: '
'world;"></span></div> <div>\n'
'<div class="el-content uk-panel">Upstairs Studio – Not ADA '
'accessible<br/>\n'
'Center for Contemporary Printmaking<br/>\n'
'Norwalk, CT 06850</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'</div>'}
2026-06-16 05:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/event/?id=100830> (referer: https://contemprints.org/education/workshops/)
2026-06-16 05:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 05:20:46 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 2667
2026-06-16 05:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://contemprints.org/event/?id=100830>
{'event_url': 'https://contemprints.org/event/?id=100830',
'platform_hash': '3da78e63c07fe8896cb13a6fbc93cfab',
'raw_body': '<h1> Etching the Figure </h1><div class="uk-panel '
'uk-position-z-index" uk-sticky="end: !.js-sticky; media: @m;">\n'
'<div class="uk-panel uk-margin"><p><strong>Instructor: Nomi '
'Silverman</strong><br/>\n'
'3-day Workshop with Live Model<br/>\n'
'Friday-Sunday, November 13-15, 2026<br/>\n'
'10am – 4pm<br/>\n'
'Class size: 4-6, Intermediate Level<br/>\n'
'Cost: $525 members, $575 non-members</p>\n'
'<p>Take the immediacy of working from the figure, and combine it '
'with the complexity of etching, to create an editionable print. '
'In this three-session course, we will work from the model and '
'then take the plate even further, using different intaglio '
'techniques and methods, to make images that have both '
'spontaneity and depth. Some consideration may be given to '
'combining different media to achieve even greater interest.</p>\n'
'<p>\xa0</p></div>\n'
'<div class="uk-margin">\n'
'<a class="el-content uk-width-1-1 uk-button uk-button-primary '
'uk-flex-inline uk-flex-center uk-flex-middle" '
'href="/civicrm/event/register/?reset=1&id=100830">\n'
'<span class="uk-margin-small-right" '
'uk-icon="ionicons-outline--ticket-outline"></span> \n'
' Register Today! \n'
' \n'
'</a>\n'
'</div>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'ionicons-outline--calendar-clear-outline;"></span></div> <div>\n'
'<div class="el-content uk-panel">Fri November 13, 2026</div> '
'</div>\n'
'</div>\n'
'</li> <li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'fontawesome-regular--play-circle;"></span></div> <div>\n'
'<div class="el-content uk-panel">Start: 10:00 am</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-primary" uk-icon="icon: '
'world;"></span></div> <div>\n'
'<div class="el-content uk-panel">Upstairs Studio – Not ADA '
'accessible<br/>\n'
'Center for Contemporary Printmaking<br/>\n'
'Norwalk, CT 06850</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'</div>'}
2026-06-16 05:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/event/?id=100816> (referer: https://contemprints.org/events/)
2026-06-16 05:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 05:20:47 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 2399
2026-06-16 05:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://contemprints.org/event/?id=100816>
{'event_url': 'https://contemprints.org/event/?id=100816',
'platform_hash': '3da78e63c07fe8896cb13a6fbc93cfab',
'raw_body': '<h1> YOUTH MONOTHON 2026 SESSION </h1><div '
'class="uk-panel uk-position-z-index" uk-sticky="end: '
'!.js-sticky; media: @m;">\n'
'<div class="uk-panel uk-margin"><p>Ages 11-18, all skill '
'levels</p>\n'
'<p>Sunday, October 5, 2025, from 10 AM – 3 PM<br/>\n'
'Materials & Lunch Provided</p>\n'
'<p>Young artists are invited to take part in their own '
'MONOTHON\xa0session hosted by CCP’s staff printers. All skill '
'levels welcome.\xa0Materials and lunch will be provided. '
'Participants will have one print\xa0selected for inclusion in '
'the MONOTHON 2026 Silent Auction.</p></div>\n'
'<div class="uk-margin">\n'
'<a class="el-content uk-width-1-1 uk-button uk-button-primary '
'uk-flex-inline uk-flex-center uk-flex-middle" '
'href="/civicrm/event/register/?reset=1&id=100816">\n'
'<span class="uk-margin-small-right" '
'uk-icon="ionicons-outline--ticket-outline"></span> \n'
' Register Today! \n'
' \n'
'</a>\n'
'</div>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'ionicons-outline--calendar-clear-outline;"></span></div> <div>\n'
'<div class="el-content uk-panel">Sun October 4, 2026</div> '
'</div>\n'
'</div>\n'
'</li> <li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'fontawesome-regular--play-circle;"></span></div> <div>\n'
'<div class="el-content uk-panel">Start: 10:00 am</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-primary" uk-icon="icon: '
'world;"></span></div> <div>\n'
'<div class="el-content uk-panel">Upstairs Studio – Not ADA '
'accessible<br/>\n'
'Center for Contemporary Printmaking<br/>\n'
'Norwalk, CT 06850</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'</div>'}
2026-06-16 05:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/event/?id=100813> (referer: https://contemprints.org/education/workshops/)
2026-06-16 05:20:48 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 05:20:48 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 3729
2026-06-16 05:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://contemprints.org/event/?id=100813>
{'event_url': 'https://contemprints.org/event/?id=100813',
'platform_hash': '3da78e63c07fe8896cb13a6fbc93cfab',
'raw_body': '<h1> Mastering the Monotype with Ron Pokrasso '
'</h1><div class="uk-panel uk-position-z-index" uk-sticky="end: '
'!.js-sticky; media: @m;">\n'
'<div class="uk-panel uk-text-lead uk-text-danger uk-margin">This '
'event is currently full.</div><div class="uk-panel '
'uk-margin"><p><strong>Dates:</strong> Tuesday–Friday,September '
'22-25, 2026<br/>\n'
'<strong>Time:</strong> 10:00 AM – 5:00 PM daily<br/>\n'
'<strong>Class Size:</strong> 6–8 participants (All Levels)<br/>\n'
'<strong>Cost:</strong> $850 members / $900 non-members</p>\n'
'<p>Discover an expansive and creative approach to monotype '
'printmaking in this immersive four-day workshop with <a '
'href="http://www.ronpokrasso.com">Ron Pokrasso</a>. Designed for '
'beginners and experienced artists alike, this course blends '
'foundational instruction with innovative techniques to build '
'both confidence and momentum. As a primer for <a '
'href="https://contemprints.org/events/monothon/">MONOTHON '
'2026</a>, it is an ideal opportunity to develop new skills or '
'refine your practice in preparation for this celebrated '
'event.</p>\n'
'<p>Working with Akua’s non-toxic inks and materials, '
'participants will explore a wide range of monotype processes '
'through demonstrations and hands-on practice. Techniques include '
'additive and subtractive methods, stencils, templates, and ghost '
'prints, along with chine collé, collage, and drawing. You will '
'experiment with printing on multiple plates and surfaces while '
'learning to think in layers and strengthen skills in '
'registration and long-term planning.</p>\n'
'<p>Each day introduces new techniques that encourage revisiting '
'and reworking earlier prints, allowing ideas and imagery to '
'evolve over time. Pokrasso’s teaching combines practical '
'guidance with artistic philosophy, creating a supportive '
'environment for exploration and creative risk-taking.\xa0'
'<strong>I</strong></p></div>\n'
'<div class="uk-margin">\n'
'<a class="el-content uk-width-1-1 uk-button uk-button-secondary '
'uk-flex-inline uk-flex-center uk-flex-middle" '
'href="/civicrm/event/register/?reset=1&id=100813">\n'
'<span class="uk-margin-small-right" '
'uk-icon="ionicons-outline--ticket-outline"></span> \n'
' Sorry, registration is closed for this event \n'
' \n'
'</a>\n'
'</div>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'ionicons-outline--calendar-clear-outline;"></span></div> <div>\n'
'<div class="el-content uk-panel">Tue September 22, 2026</div> '
'</div>\n'
'</div>\n'
'</li> <li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'fontawesome-regular--play-circle;"></span></div> <div>\n'
'<div class="el-content uk-panel">Start: 10:00 am</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-primary" uk-icon="icon: '
'world;"></span></div> <div>\n'
'<div class="el-content uk-panel">Upstairs Studio – Not ADA '
'accessible<br/>\n'
'Center for Contemporary Printmaking<br/>\n'
'Norwalk, CT 06850</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'</div>'}
2026-06-16 05:20:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/event/?id=100829> (referer: https://contemprints.org/events/)
2026-06-16 05:20:48 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 05:20:48 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 05:20:48 [contem_prints] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-06-16 05:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://contemprints.org/event/?id=100829>
{'event_url': 'https://contemprints.org/event/?id=100829',
'platform_hash': '3da78e63c07fe8896cb13a6fbc93cfab',
'raw_body': '<h1> Summer Artist-in-Residence Artist Talk with Alyssa '
'Sakina Pheobus </h1><div class="uk-panel uk-position-z-index" '
'uk-sticky="end: !.js-sticky; media: @m;">\n'
'<div class="uk-panel uk-margin"><p>Spend an afternoon with '
'summer Artist-in-Residence <strong><a '
'href="https://www.alyssapheobus.com/">Alyssa Sakina '
'Pheobus</a></strong> as she shares insights into her creative '
'practice and the work she has developed during her residency at '
'the Center for Contemporary Printmaking. The program will begin '
'in the Helen Frankenthaler Cottage, where Alyssa will discuss '
'her artistic journey, her engagement with printmaking, and the '
'ideas that shape her work at the intersections of abstraction, '
'contemplative practice, and craft.</p>\n'
'<p>During her residency, Alyssa has been developing <em>Icons '
'for the Eleventh Hour</em>, a series of experimental woodblock '
'prints that explore themes of divine presence, sacred geometry, '
'light, and darkness. Following the talk, participants will have '
'the opportunity to tour her studio space and view works in '
'progress, gaining a behind-the-scenes look at her process and '
'the techniques she is exploring during her time at CCP.</p>\n'
'<p>Whether you’re a printmaker, artist, or simply curious about '
'contemporary art, this is a unique opportunity to connect with '
'Alyssa’s work and learn more about the role of artist '
'residencies in fostering creative exploration and '
'community.</p>\n'
'<p>Learn more about Alyssa Sakina Pheobus on her website:\xa0'
'<strong><a '
'href="https://www.alyssapheobus.com/">alyssapheobus.com</a></strong></p>\n'
'<p>\xa0</p>\n'
'<p>Image:\xa0Rizq (Sustenance), 2023<br/>\n'
'Woodblock prints on translucent gampi paper<br/>\n'
'Each image 24 x 18 inches, variable edition of 10</p></div>\n'
'<div class="uk-margin">\n'
'<a class="el-content uk-width-1-1 uk-button uk-button-primary '
'uk-flex-inline uk-flex-center uk-flex-middle" '
'href="/civicrm/event/register/?reset=1&id=100829">\n'
'<span class="uk-margin-small-right" '
'uk-icon="ionicons-outline--ticket-outline"></span> \n'
' Register Today! \n'
' \n'
'</a>\n'
'</div>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'ionicons-outline--calendar-clear-outline;"></span></div> <div>\n'
'<div class="el-content uk-panel">Wed July 15, 2026</div> </div>\n'
'</div>\n'
'</li> <li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'fontawesome-regular--play-circle;"></span></div> <div>\n'
'<div class="el-content uk-panel">Start: 1:00 pm</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-primary" uk-icon="icon: '
'world;"></span></div> <div>\n'
'<div class="el-content uk-panel">Helen Frankenthaler Printmaking '
'Cottage – Not ADA Accessible<br/>\n'
'Center for Contemporary Printmaking<br/>\n'
'Norwalk, CT 06850</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'</div>'}
2026-06-16 05:20:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/event/?id=100809> (referer: https://contemprints.org/education/workshops/)
2026-06-16 05:20:49 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 05:20:49 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 7972
2026-06-16 05:20:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://contemprints.org/event/?id=100809>
{'event_url': 'https://contemprints.org/event/?id=100809',
'platform_hash': '3da78e63c07fe8896cb13a6fbc93cfab',
'raw_body': '<h1> Printmaking in the Sun: Solarplates with Dan '
'Welden </h1><div class="uk-panel uk-position-z-index" '
'uk-sticky="end: !.js-sticky; media: @m;">\n'
'<div class="uk-panel uk-text-lead uk-text-danger uk-margin">This '
'event is currently full, please email etella@contemprints.org to '
'be added to the waitlist.</div><div class="uk-panel '
'uk-margin"><p><span '
'style="font-size:11pt;font-variant:normal;white-space:pre-wrap;"><span '
'style="font-family:Arial, sans-serif;"><span '
'style="color:#000000;"><span style="font-weight:700;"><span '
'style="font-style:normal;"><span '
'style="text-decoration:none;">Dates:</span></span></span></span></span></span><span '
'style="font-size:11pt;font-variant:normal;white-space:pre-wrap;"><span '
'style="font-family:Arial, sans-serif;"><span '
'style="color:#000000;"><span style="font-weight:400;"><span '
'style="font-style:normal;"><span style="text-decoration:none;"> '
'Tuesday–Friday, August 25–28, '
'2026</span></span></span></span></span></span><br/>\n'
'<span '
'style="font-size:11pt;font-variant:normal;white-space:pre-wrap;"><span '
'style="font-family:Arial, sans-serif;"><span '
'style="color:#000000;"><span style="font-weight:700;"><span '
'style="font-style:normal;"><span '
'style="text-decoration:none;">Time:</span></span></span></span></span></span><span '
'style="font-size:11pt;font-variant:normal;white-space:pre-wrap;"><span '
'style="font-family:Arial, sans-serif;"><span '
'style="color:#000000;"><span style="font-weight:400;"><span '
'style="font-style:normal;"><span style="text-decoration:none;"> '
'10:00 AM – 4:00 PM '
'daily</span></span></span></span></span></span><br/>\n'
'<span '
'style="font-size:11pt;font-variant:normal;white-space:pre-wrap;"><span '
'style="font-family:Arial, sans-serif;"><span '
'style="color:#000000;"><span style="font-weight:700;"><span '
'style="font-style:normal;"><span '
'style="text-decoration:none;">Class '
'Size:</span></span></span></span></span></span><span '
'style="font-size:11pt;font-variant:normal;white-space:pre-wrap;"><span '
'style="font-family:Arial, sans-serif;"><span '
'style="color:#000000;"><span style="font-weight:400;"><span '
'style="font-style:normal;"><span style="text-decoration:none;"> '
'6–8 participants (All '
'Levels)</span></span></span></span></span></span><br/>\n'
'<span '
'style="font-size:11pt;font-variant:normal;white-space:pre-wrap;"><span '
'style="font-family:Arial, sans-serif;"><span '
'style="color:#000000;"><span style="font-weight:700;"><span '
'style="font-style:normal;"><span '
'style="text-decoration:none;">Cost:</span></span></span></span></span></span><span '
'style="font-size:11pt;font-variant:normal;white-space:pre-wrap;"><span '
'style="font-family:Arial, sans-serif;"><span '
'style="color:#000000;"><span style="font-weight:400;"><span '
'style="font-style:normal;"><span style="text-decoration:none;"> '
'$700 members / $750 '
'non-members</span></span></span></span></span></span><br/>\n'
'<em><span '
'style="font-size:11pt;font-variant:normal;white-space:pre-wrap;"><span '
'style="font-family:Arial, sans-serif;"><span '
'style="color:#000000;"><span style="font-weight:400;"><span '
'style="font-style:normal;"><span '
'style="text-decoration:none;">*Cost does not include solar '
'plates</span></span></span></span></span></span></em></p>\n'
'<p><span '
'style="font-size:12pt;font-variant:normal;white-space:pre-wrap;"><span '
'style="font-family:Arial, sans-serif;"><span '
'style="color:#000000;"><span style="font-weight:400;"><span '
'style="font-style:normal;"><span '
'style="text-decoration:none;">Dan Welden’s Solarplate Workshop '
'is perfect for artists with an experimental approach, or an '
'eagerness to try alternative methods. Solarplate printmaking '
'does not involve acids and harsh chemistry, yet it produces high '
'quality works. Artists may draw, paint, or use film-generated '
'transparencies to create lasting designs on steel backed polymer '
'plates which are sturdy enough to pull numerous impressions.\xa0'
'</span></span></span></span></span></span></p>\n'
'<p style="line-height:1.38;"><span '
'style="font-size:12pt;font-variant:normal;white-space:pre-wrap;"><span '
'style="font-family:Arial, sans-serif;"><span '
'style="color:#000000;"><span '
'style="background-color:#ffffff;"><span '
'style="font-weight:700;"><span style="font-style:normal;"><span '
'style="text-decoration:none;">New this Year: '
'</span></span></span></span></span></span></span><span '
'style="font-size:12pt;font-variant:normal;white-space:pre-wrap;"><span '
'style="font-family:Arial, sans-serif;"><span '
'style="color:#000000;"><span style="font-weight:400;"><span '
'style="font-style:normal;"><span '
'style="text-decoration:none;">This workshop has been extended to '
'four full days in the studio, giving participants more time to '
'fully explore the creative and technical possibilities of '
'Solarplate printmaking. This expanded structure provides a '
'strong balance between concept, technique, and hands-on '
'practice, ensuring participants have both the knowledge and the '
'supported studio time needed to successfully create '
'prints.</span></span></span></span></span></span></p>\n'
'<p style="line-height:1.38;"><span '
'style="font-size:12pt;font-variant:normal;white-space:pre-wrap;"><span '
'style="font-family:Arial, sans-serif;"><span '
'style="color:#000000;"><span style="font-weight:700;"><span '
'style="font-style:normal;"><span '
'style="text-decoration:none;">What is '
'Solarplate?</span></span></span></span></span></span><span '
'style="font-size:12pt;font-variant:normal;white-space:pre-wrap;"><span '
'style="font-family:Arial, sans-serif;"><span '
'style="color:#000000;"><span style="font-weight:400;"><span '
'style="font-style:normal;"><span style="text-decoration:none;"> '
'Solarplate is a light sensitized steel backed polymer material '
'used by artists as an alternative to hazardous printing '
'techniques. It is a simpler, safer, and faster approach than '
'traditional etching and relief printing. Solarplates were '
'developed by Dan Welden and will be available for purchase from '
'him during the workshop. Workshop plate size is 8 x '
'10”.</span></span></span></span></span></span></p></div>\n'
'<div class="uk-margin">\n'
'<a class="el-content uk-width-1-1 uk-button uk-button-secondary '
'uk-flex-inline uk-flex-center uk-flex-middle" '
'href="/civicrm/event/register/?reset=1&id=100809">\n'
'<span class="uk-margin-small-right" '
'uk-icon="ionicons-outline--ticket-outline"></span> \n'
' Sorry, registration is closed for this event \n'
' \n'
'</a>\n'
'</div>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'ionicons-outline--calendar-clear-outline;"></span></div> <div>\n'
'<div class="el-content uk-panel">Tue August 25, 2026</div> '
'</div>\n'
'</div>\n'
'</li> <li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'fontawesome-regular--play-circle;"></span></div> <div>\n'
'<div class="el-content uk-panel">Start: 10:00 am</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-primary" uk-icon="icon: '
'world;"></span></div> <div>\n'
'<div class="el-content uk-panel">Upstairs Studio – Not ADA '
'accessible<br/>\n'
'Center for Contemporary Printmaking<br/>\n'
'Norwalk, 06850</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'</div>'}
2026-06-16 05:20:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/event/?id=100818> (referer: https://contemprints.org/events/)
2026-06-16 05:20:49 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 05:20:49 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 2340
2026-06-16 05:20:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://contemprints.org/event/?id=100818>
{'event_url': 'https://contemprints.org/event/?id=100818',
'platform_hash': '3da78e63c07fe8896cb13a6fbc93cfab',
'raw_body': '<h1> MONOTHON 2026 Print Session </h1><div '
'class="uk-panel uk-position-z-index" uk-sticky="end: '
'!.js-sticky; media: @m;">\n'
'<div class="uk-panel uk-margin"><p><strong>Step 1: '
'</strong>Register for a Monothon Print Session using our <a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSeYvw2-GMdw5eOeSjqZCkyG_qqfYYn8tK6Hj9pFmo1Og6ajMA/viewform" '
'rel="noreferrer noopener" target="_blank">Registration '
'Form</a>.</p>\n'
'<p><strong>Step 2: </strong>Use this secure payment portal to '
'pay for your chosen Session.\xa0</p></div>\n'
'<div class="uk-margin">\n'
'<a class="el-content uk-width-1-1 uk-button uk-button-primary '
'uk-flex-inline uk-flex-center uk-flex-middle" '
'href="/civicrm/event/register/?reset=1&id=100818">\n'
'<span class="uk-margin-small-right" '
'uk-icon="ionicons-outline--ticket-outline"></span> \n'
' Register Today! \n'
' \n'
'</a>\n'
'</div>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'ionicons-outline--calendar-clear-outline;"></span></div> <div>\n'
'<div class="el-content uk-panel">Sun September 27, 2026</div> '
'</div>\n'
'</div>\n'
'</li> <li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'fontawesome-regular--play-circle;"></span></div> <div>\n'
'<div class="el-content uk-panel">Start: 8:00 am</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-primary" uk-icon="icon: '
'world;"></span></div> <div>\n'
'<div class="el-content uk-panel">299 West Avenue<br/>\n'
'Center for Contemporary Printmaking<br/>\n'
'Norwalk, CT 06850</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'</div>'}
2026-06-16 05:20:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/event/?id=100827> (referer: https://contemprints.org/education/workshops/)
2026-06-16 05:20:50 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 05:20:50 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 3397
2026-06-16 05:20:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://contemprints.org/event/?id=100827>
{'event_url': 'https://contemprints.org/event/?id=100827',
'platform_hash': '3da78e63c07fe8896cb13a6fbc93cfab',
'raw_body': '<h1> Monotype Basics </h1><div class="uk-panel '
'uk-position-z-index" uk-sticky="end: !.js-sticky; media: @m;">\n'
'<div class="uk-panel uk-text-lead uk-text-danger uk-margin">This '
'event is currently full, please email our Education Manager at '
'etella@contemprints.org to be added to the waitlist.</div><div '
'class="uk-panel uk-margin"><p dir="ltr"><b>Instructor: '
'</b><b>Chris Shore</b></p>\n'
'<p dir="ltr"><b>Date: Friday, July 17, 2026</b></p>\n'
'<p dir="ltr"><b>Time: 10am – 4pm</b></p>\n'
'<p dir="ltr"><b>Class size: 6-8, All Levels</b></p>\n'
'<p dir="ltr"><b>Cost*: $165 members, $215 non-members</b></p>\n'
'<p dir="ltr"><em>*includes all essential materials</em></p>\n'
'<p dir="ltr"><strong>Workshop Description:</strong> Come explore '
'the directness of monotype printmaking in this short '
'introductory workshop.\xa0 Using non-toxic inks, participants '
'will learn about the tools and techniques of monotype by '
'exploring both additive and reductive mark making. Starting with '
'a brief introduction to the history of monotypes, artists will '
'get to create a suite of prints by exploring color, texture, '
'multiple layers as well as “ghost prints.” Each participant will '
'get some individual attention to discuss methods for translating '
'their ideas into monotypes.</p>\n'
'<p dir="ltr">\xa0</p>\n'
'<p dir="ltr"><em><b>*All workshop registrations should provide '
'an email confirmation after they are submitted. If you did not '
'receive an email confirming your class registration, please give '
'us a call at 203-899-7999</b></em></p></div>\n'
'<div class="uk-margin">\n'
'<a class="el-content uk-width-1-1 uk-button uk-button-secondary '
'uk-flex-inline uk-flex-center uk-flex-middle" '
'href="/civicrm/event/register/?reset=1&id=100827">\n'
'<span class="uk-margin-small-right" '
'uk-icon="ionicons-outline--ticket-outline"></span> \n'
' Sorry, registration is closed for this event \n'
' \n'
'</a>\n'
'</div>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'ionicons-outline--calendar-clear-outline;"></span></div> <div>\n'
'<div class="el-content uk-panel">Fri July 17, 2026</div> </div>\n'
'</div>\n'
'</li> <li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'fontawesome-regular--play-circle;"></span></div> <div>\n'
'<div class="el-content uk-panel">Start: 10:00 am</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-primary" uk-icon="icon: '
'world;"></span></div> <div>\n'
'<div class="el-content uk-panel">Upstairs Studio – Not ADA '
'accessible<br/>\n'
'Center for Contemporary Printmaking<br/>\n'
'Norwalk, CT 06850</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'</div>'}
2026-06-16 05:20:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/event/?id=100824> (referer: https://contemprints.org/events/)
2026-06-16 05:20:50 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 05:20:50 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 2448
2026-06-16 05:20:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://contemprints.org/event/?id=100824>
{'event_url': 'https://contemprints.org/event/?id=100824',
'platform_hash': '3da78e63c07fe8896cb13a6fbc93cfab',
'raw_body': '<h1> Happy Hour Friday at the Aldrich Museum </h1><div '
'class="uk-panel uk-position-z-index" uk-sticky="end: '
'!.js-sticky; media: @m;">\n'
'<div class="uk-panel uk-margin"><p>Special collaboration with '
'The Aldrich Museum! Check out\xa0<a '
'href="https://thealdrich.org/exhibitions/the-aldrich-decennial-new-art-made-in-connecticut"><i>The '
'Aldrich Decennial: I am what is around me</i></a>, participate '
'in a drop-in screen printing workshop, and leave with your own '
'unique screen printed Aldrich merch. Visitors are welcome to '
'print on tote bags provided, or bring something from home to '
'upcycle! Workshop materials are first-come-first-serve while '
'supplies last.<br/>\n'
'<br/>\n'
'Many of the artists featured in the Aldrich Decennial have also '
'worked with CCP, in the form of residencies, gallery shows, and '
'studio memberships.</p>\n'
'<p>Purchase tickets in advance at:\xa0<strong><a '
'href="https://thealdrich.org/events/happy-hour-friday-with-the-center-for-contemporary-printmaking">thealdrich.org</a></strong></p></div>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'ionicons-outline--calendar-clear-outline;"></span></div> <div>\n'
'<div class="el-content uk-panel">Fri June 26, 2026</div> </div>\n'
'</div>\n'
'</li> <li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'fontawesome-regular--play-circle;"></span></div> <div>\n'
'<div class="el-content uk-panel">Start: 4:00 pm</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-primary" uk-icon="icon: '
'world;"></span></div> <div>\n'
'<div class="el-content uk-panel"><br/>\n'
'The Aldrich<br/>\n'
'Ridgefield, CT 06877</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'</div>'}
2026-06-16 05:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/event/?id=100831> (referer: https://contemprints.org/education/workshops/)
2026-06-16 05:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 05:20:51 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 3401
2026-06-16 05:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://contemprints.org/event/?id=100831>
{'event_url': 'https://contemprints.org/event/?id=100831',
'platform_hash': '3da78e63c07fe8896cb13a6fbc93cfab',
'raw_body': '<h1> Monotype Screenprinting </h1><div class="uk-panel '
'uk-position-z-index" uk-sticky="end: !.js-sticky; media: @m;">\n'
'<div class="uk-panel uk-margin"><p dir="ltr"><b>Instructor: '
'Kaitlin Santoro</b></p>\n'
'<p dir="ltr"><b>Date: Saturday, August 22, 2026</b></p>\n'
'<p dir="ltr"><b>Time: 10am – 4pm</b></p>\n'
'<p dir="ltr"><b>Class size: 6-8, All Levels</b></p>\n'
'<p dir="ltr"><b>Cost*: $165 members, $215 non-members</b></p>\n'
'<p dir="ltr"><em>*includes all essential materials</em></p>\n'
'<p dir="ltr">\xa0</p>\n'
'<p><strong>Workshop Description:\xa0</strong>In this 1-day '
'hands-on Monotype Screenprinting Workshop, participants will '
'explore the art of creating one-of-a-kind prints. Monotype '
'screenprints emphasize individuality and experimentation, with '
'ink applied directly onto the screen to produce vibrant and '
'distinctive designs. Learn how to create stencils, layer colors, '
'create textures, and use various mark-making tools to bring '
'artistic visions to life.</p>\n'
'<p>Experiment with printing on alternative materials, including '
'repurposing discarded prints, and giving them new life. No prior '
'experience is needed—just bring creativity and curiosity! By the '
'end of the workshop, each participant will leave with a series '
'of personalized prints and the skills to continue exploring '
'monotype screenprinting independently.</p>\n'
'<p><em><b>*All workshop registrations should provide an email '
'confirmation after they are submitted. If you did not receive an '
'email confirming your class registration, please give us a call '
'at 203-899-7999</b></em></p></div>\n'
'<div class="uk-margin">\n'
'<a class="el-content uk-width-1-1 uk-button uk-button-primary '
'uk-flex-inline uk-flex-center uk-flex-middle" '
'href="/civicrm/event/register/?reset=1&id=100831">\n'
'<span class="uk-margin-small-right" '
'uk-icon="ionicons-outline--ticket-outline"></span> \n'
' Register Today! \n'
' \n'
'</a>\n'
'</div>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'ionicons-outline--calendar-clear-outline;"></span></div> <div>\n'
'<div class="el-content uk-panel">Sat August 22, 2026</div> '
'</div>\n'
'</div>\n'
'</li> <li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'fontawesome-regular--play-circle;"></span></div> <div>\n'
'<div class="el-content uk-panel">Start: 10:00 am</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-primary" uk-icon="icon: '
'world;"></span></div> <div>\n'
'<div class="el-content uk-panel">Upstairs Studio – Not ADA '
'accessible<br/>\n'
'Center for Contemporary Printmaking<br/>\n'
'Norwalk, 06850</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'</div>'}
2026-06-16 05:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/event/?id=100828> (referer: https://contemprints.org/events/)
2026-06-16 05:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 05:20:52 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 4064
2026-06-16 05:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://contemprints.org/event/?id=100828>
{'event_url': 'https://contemprints.org/event/?id=100828',
'platform_hash': '3da78e63c07fe8896cb13a6fbc93cfab',
'raw_body': '<h1> Summer Artist-in-Residence Artist Talk with Xinan '
'Ran </h1><div class="uk-panel uk-position-z-index" '
'uk-sticky="end: !.js-sticky; media: @m;">\n'
'<div class="uk-panel uk-margin"><p>Spend an afternoon with '
'multidisciplinary artist <strong><a '
'href="https://www.xinanran.work/">Xinan Ran</a></strong>, the '
'Center for Contemporary Printmaking’s July 2026 '
'Artist-in-Residence, for an informal conversation about the work '
'she has been developing this summer at CCP. Held in the Grace '
'Ross Shanley Gallery on Thursday, July 30, from 1–2 PM, this '
'Artist Talk will offer a behind-the-scenes look at the ideas, '
'materials, and experimental processes shaping Ran’s evolving '
'project, <em>Silk Compass</em>.</p>\n'
'<p>During her residency, Ran will continue developing <em>Silk '
'Compass</em>, an ongoing mapping project that merges traditional '
'printmaking techniques with the materials and technologies of '
'contemporary digital life. Using recycled printed circuit boards '
'(PCBs) sourced from discarded GPS devices as etching plates, she '
'explores the relationship between cartography, electronics '
'manufacturing, memory, and systems of navigation. Through '
'layered prints, experimental processes, and an embrace of '
'repetition and failure, <em>Silk Compass</em> examines how '
'maps—both physical and algorithmic—shape our understanding of '
'place, history, and homecoming.</p>\n'
'<p>Known for creating installations and public encounters using '
'collapsible and ephemeral materials, Ran’s work investigates '
'trade, waste, labor, leisure, and homemaking through a lens that '
'balances trauma, humor, and cultural history. Her work has been '
'exhibited nationally and internationally, and she is the '
'recipient of numerous honors including a 2025 MacDowell '
'Fellowship and a 2025 NARS Foundation Fellowship.</p>\n'
'<p>This free public program offers a unique opportunity to hear '
'directly from the artist about her process, research, and '
'residency experience while viewing work created at CCP this '
'summer.</p>\n'
'<p>Learn more about Xinan Ran on her website:\xa0<strong><a '
'href="https://www.xinanran.work/">xinanran.work</a></strong></p>\n'
'<p>\xa0</p>\n'
'<p>Image:\xa0Silk Compass (installation), 2025<br/>\n'
'Multi-plate Etchings on paper, silk, vinyl</p></div>\n'
'<div class="uk-margin">\n'
'<a class="el-content uk-width-1-1 uk-button uk-button-primary '
'uk-flex-inline uk-flex-center uk-flex-middle" '
'href="/civicrm/event/register/?reset=1&id=100828">\n'
'<span class="uk-margin-small-right" '
'uk-icon="ionicons-outline--ticket-outline"></span> \n'
' Register Today! \n'
' \n'
'</a>\n'
'</div>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'ionicons-outline--calendar-clear-outline;"></span></div> <div>\n'
'<div class="el-content uk-panel">Thu July 30, 2026</div> </div>\n'
'</div>\n'
'</li> <li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-secondary" uk-icon="icon: '
'fontawesome-regular--play-circle;"></span></div> <div>\n'
'<div class="el-content uk-panel">Start: 1:00 pm</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'<ul class="uk-list">\n'
'<li class="el-item">\n'
'<div class="uk-grid uk-grid-small uk-child-width-expand '
'uk-flex-nowrap uk-flex-middle"> <div class="uk-width-auto"><span '
'class="el-image uk-text-primary" uk-icon="icon: '
'world;"></span></div> <div>\n'
'<div class="el-content uk-panel">Downstairs Gallery – ADA '
'accessible<br/>\n'
'Center for Contemporary Printmaking<br/>\n'
'Norwalk, CT 06850</div> </div>\n'
'</div>\n'
'</li>\n'
'</ul>\n'
'</div>'}
2026-06-16 05:20:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://contemprints.org/exhibition/10th-biennial-footprint-international-exhibition/> (referer: https://contemprints.org/exhibitions)
2026-06-16 05:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 05:20:52 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 05:20:52 [contem_prints] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-06-16 05:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://contemprints.org/exhibition/10th-biennial-footprint-international-exhibition/>
{'event_url': 'https://contemprints.org/exhibition/10th-biennial-footprint-international-exhibition/',
'platform_hash': '3da78e63c07fe8896cb13a6fbc93cfab',
'raw_body': '<div id="exhibitions"><h1>This is a content of '
'exhibition</h1></div><h1 uk-scrollspy-class=""> 10th '
'Biennial FOOTPRINT International Exhibition </h1><div '
'class="uk-container fs-section-content">\n'
'<div class="uk-grid tm-grid-expand uk-child-width-1-1 '
'uk-grid-margin">\n'
'<div class="uk-width-1-1">\n'
'<h1 uk-scrollspy-class=""> 10th Biennial FOOTPRINT '
'International Exhibition </h1><hr class="uk-divider-small" '
'uk-scrollspy-class=""/>\n'
'</div></div><div class="uk-grid tm-grid-expand uk-grid-margin" '
'uk-grid="">\n'
'<div class="uk-width-1-2@m">\n'
'<div class="uk-panel uk-text-lead uk-text-danger uk-margin" '
'uk-scrollspy-class="">June 7, 2026 – August 30, 2026</div><div '
'uk-scrollspy-class=""><p><strong>JUROR: </strong>Dr. Amé '
'Bell,<em> Gallery Director at David Krut Projects in '
'Johannesburg, South Africa.</em></p>\n'
'<p><strong><a '
'href="https://contemprints.org/event/?id=100826">OPENING '
'RECEPTION</a>:\xa0</strong>Sunday, June 7, 2026, 2-4 PM</p>\n'
'<p><em>Image: Yoshiaki Murakami, Japan, “Pop-up Book”, '
'Lithograph, 2026</em></p>\n'
'<p><span style="font-weight: 400;">The Center for Contemporary '
'Printmaking’s Biennial FOOTPRINT International Competition is an '
'opportunity for the presentation of current trends and '
'innovations in contemporary printmaking within the bounds of the '
'one square foot (12” x 12”) configuration. The square format was '
'uncommon in art until the advent of abstraction, and presents '
'distinct challenges of composition and expression. Within these '
'precise limits, artists must confront a space and create visual '
'order and formal structure.</span></p>\n'
'<p><span style="font-weight: 400;">All fine-art printmaking '
'mediums are eligible for the competition, including woodcut, '
'intaglio, lithography, screenprint, monotype, and original '
'digital media. For 2026, juror Amé Bell reviewed 360 submissions '
'from artists all over the world. Of these, she selected 86 '
'prints for inclusion in the exhibition.\xa0</span></p>\n'
'<p>\xa0</p>\n'
'<h3><a '
'href="https://www.flipsnack.com/55E7C75569B/10th-biennial-footprint-international-exhibition">10th '
'Biennial FOOTPRINT International Exhibition Gallery '
'Preview</a></h3></div>\n'
'</div>\n'
'<div class="uk-width-1-2@m">\n'
'<div class="uk-margin" uk-scrollspy-class="">\n'
'<picture>\n'
'<source sizes="(min-width: 2000px) 2000px" '
'srcset="/app/themes/yootheme/cache/1d/Footprint-2026-square-logo-1dc6b19d.webp '
'768w, '
'/app/themes/yootheme/cache/f0/Footprint-2026-square-logo-f0807b4b.webp '
'1024w, '
'/app/themes/yootheme/cache/f3/Footprint-2026-square-logo-f31d013c.webp '
'1366w, '
'/app/themes/yootheme/cache/c7/Footprint-2026-square-logo-c7a0528d.webp '
'1600w, '
'/app/themes/yootheme/cache/67/Footprint-2026-square-logo-67177d84.webp '
'1920w, '
'/app/themes/yootheme/cache/a1/Footprint-2026-square-logo-a14154d5.webp '
'2000w" type="image/webp"/>\n'
'<img alt="" class="el-image uk-box-shadow-medium" '
'decoding="async" height="2000" loading="lazy" '
'src="/app/themes/yootheme/cache/64/Footprint-2026-square-logo-64f1bc79.png" '
'width="2000"/>\n'
'</picture>\n'
'</div>\n'
'</div></div><div class="uk-grid tm-grid-expand '
'uk-child-width-1-1 uk-grid-margin">\n'
'<div class="uk-width-1-1">\n'
'<h1 uk-scrollspy-class=""> List of Artists </h1><div '
'class="uk-panel uk-column-1-3@m uk-column-1-2@s uk-column-1-1 '
'uk-margin" uk-scrollspy-class=""><h3>ACCEPTED ARTISTS:</h3>\n'
'<p>Karen Adrienne</p>\n'
'<p>Joanna Anos</p>\n'
'<p>Jennifer Baldwin</p>\n'
'<p>Souleima Basha</p>\n'
'<p>Lois Bender</p>\n'
'<p>McKayla Bensheimer**</p>\n'
'<p>Eugenie Lewalski Berg</p>\n'
'<p>Shirley Bernstein</p>\n'
'<p>Elizabeth Busey</p>\n'
'<p>Karen Brussat Butler</p>\n'
'<p>Laura Cantor</p>\n'
'<p>Jacqueline Collier</p>\n'
'<p>Neal Cox*</p>\n'
'<p>Paul Daukas Jr</p>\n'
'<p>Kathleen DeMeo</p>\n'
'<p>Cynthia DiGiacomo</p>\n'
'<p>James Dormer</p>\n'
'<p>William Evertson</p>\n'
'<p>Sheila Fane</p>\n'
'<p>Ana Fernandez</p>\n'
'<p>Lisa Flynn</p>\n'
'<p>Harrison Gill</p>\n'
'<p>Patricia L Giraud</p>\n'
'<p>Hanneke Goedkoop**</p>\n'
'<p>Barry Goldstein</p>\n'
'<p>Georgina Grenier</p>\n'
'<p>Mark Grindell</p>\n'
'<p>Alice Hayes</p>\n'
'<p>Mary-Helen Horne</p>\n'
'<p>Beth Howe</p>\n'
'<p>Yukio Ito</p>\n'
'<p>Martha Ives*</p>\n'
'<p>Jayne Reid Jackson</p>\n'
'<p>Oscar Jarsky</p>\n'
'<p>Rachel Kangas</p>\n'
'<p>Gali Katz**</p>\n'
'<p>Brian Knoerzer</p>\n'
'<p>Taichi Kodama</p>\n'
'<p>Andrea Kornbluth</p>\n'
'<p>Michael Krawiec</p>\n'
'<p>Danguole Kuolas</p>\n'
'<p>Ellen Lazarus</p>\n'
'<p>Patricia Shaw Lima</p>\n'
'<p>Arch MacInnes*</p>\n'
'<p>Kate McGloughlin</p>\n'
'<p>Larinda Meade</p>\n'
'<p>Joseph Moore</p>\n'
'<p>Yoshiaki Murakami*</p>\n'
'<p>Danuta Muszynska</p>\n'
'<p>Gina Palmer</p>\n'
'<p>Lucie Palombi</p>\n'
'<p>Sachin Pannuri</p>\n'
'<p>Albert Pema</p>\n'
'<p>Polly Perkins**</p>\n'
'<p>Michael Piotrowski</p>\n'
'<p>Meira Pomerantz</p>\n'
'<p>Walter Procska**</p>\n'
'<p>DeAnn Prosia</p>\n'
'<p>Bryan Raymundo</p>\n'
'<p>Kate Ricketson</p>\n'
'<p>Lilia Robinowitz</p>\n'
'<p>Sigita Rucinskaite Praneviciene</p>\n'
'<p>Janet Sang</p>\n'
'<p>Terry Schupbach-Gordon</p>\n'
'<p>Esther Schwalb</p>\n'
'<p>Lynita Shimizu</p>\n'
'<p>Mike Sonnichsen</p>\n'
'<p>Sawyer Strouth</p>\n'
'<p>Mary Teichman</p>\n'
'<p>Ann Tetelman</p>\n'
'<p>Anna Trojanowska</p>\n'
'<p>Karen Vogel</p>\n'
'<p>April Vollmer</p>\n'
'<p>Karen Waggoner</p>\n'
'<p>Candacee White</p>\n'
'<p>Cleo Wilkinson</p>\n'
'<p>Cynthia Woolever Molinari</p>\n'
'<p>Valerie Zeman</p>\n'
'<p>\xa0</p>\n'
'<p>*Prize Winner</p>\n'
'<p>**Honorable Mention</p></div>\n'
'</div></div><div class="uk-grid tm-grid-expand '
'uk-child-width-1-1 uk-grid-margin">\n'
'<div class="uk-width-1-1">\n'
'<h1 uk-scrollspy-class=""> Image Gallery </h1>\n'
'<div class="uk-margin">\n'
'<div class="uk-grid uk-child-width-1-1 uk-child-width-1-3@m '
'uk-grid-match" uk-grid="" uk-lightbox="toggle: a[data-type];"> '
'<div>\n'
'</div>\n'
'<div>\n'
'</div>\n'
'<div>\n'
'</div>\n'
'<div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div></div>\n'
'</div><div class="uk-width-1-2@m">\n'
' \n'
' \n'
' \n'
' \n'
' \n'
' \n'
' <div class="uk-panel uk-margin" '
'uk-scrollspy-class><h3>Gallery and Studio '
'Hours</h3>\n'
'<p><strong>Tuesday–Saturday</strong> 9am–5pm '
'<br><strong>Sunday</strong> 12pm–5pm '
'<br><strong>Closed '
'Mondays</strong></p></div><div '
'class="uk-panel uk-margin" uk-scrollspy-class><div '
'class="uk-grid tm-grid-expand uk-grid-margin" uk-grid>\n'
'<div class="uk-width-1-2@m">\n'
' \n'
' \n'
' \n'
' \n'
' \n'
' \n'
' \n'
'<div class="uk-margin" uk-scrollspy-class> <ul '
'class="uk-child-width-auto uk-grid-small uk-flex-inline '
'uk-flex-middle" uk-grid>\n'
' <li class="el-item">\n'
'<a class="el-link uk-icon-button" '
'href="https://www.facebook.com/pages/Norwalk-CT/Center-for-Contemporary-Printmaking/888" '
'rel="noreferrer"><span uk-icon="icon: '
'facebook;"></span></a></li>\n'
' <li class="el-item">\n'
'<a class="el-link uk-icon-button" '
'href="https://www.instagram.com/contemprints/" '
'rel="noreferrer"><span uk-icon="icon: '
'instagram;"></span></a></li>\n'
' <li class="el-item">\n'
'<a class="el-link uk-icon-button" '
'href="https://visitor.r20.constantcontact.com/manage/optin?v=001DFTCDgfTjaimkdD9RixGh1V4JStiucuo" '
'rel="noreferrer"><span uk-icon="icon: '
'mail;"></span></a></li>\n'
' \n'
' </ul></div>\n'
' \n'
' \n'
' \n'
' \n'
'</div>\n'
'<div class="uk-width-1-2@m">\n'
' \n'
' \n'
' \n'
' \n'
' \n'
' \n'
' \n'
'<div class="uk-margin" uk-scrollspy-class>\n'
' \n'
' \n'
' \n'
' \n'
'<a class="el-content uk-button uk-button-primary '
'uk-button-small" '
'href="https://visitor.r20.constantcontact.com/manage/optin?v=001DFTCDgfTjaimkdD9RixGh1V4JStiucuo">\n'
' \n'
' JOIN OUR NEWSLETTER \n'
' \n'
'</a>\n'
'\n'
'\n'
' \n'
' \n'
' \n'
'</div>\n'
'\n'
' \n'
' \n'
' \n'
' \n'
'</div></div></div>\n'
' \n'
' \n'
' \n'
' \n'
'</div>'}
2026-06-16 05:20:52 [scrapy.core.engine] INFO: Closing spider (finished)
2026-06-16 05:20:52 [scrapy.extensions.feedexport] INFO: Stored csv feed (13 items) in: output/2026/06/16/contem_prints.csv
2026-06-16 05:20:52 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 5130,
'downloader/request_count': 16,
'downloader/request_method_count/GET': 16,
'downloader/response_bytes': 1284871,
'downloader/response_count': 16,
'downloader/response_status_count/200': 16,
'elapsed_time_seconds': 11.106025,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 6, 16, 3, 20, 52, 814811, tzinfo=datetime.timezone.utc),
'item_scraped_count': 13,
'items_per_minute': 70.90909090909092,
'log_count/DEBUG': 55,
'log_count/ERROR': 2,
'log_count/INFO': 3,
'log_count/WARNING': 1,
'memusage/max': 92897280,
'memusage/startup': 92897280,
'request_depth_max': 1,
'response_received_count': 16,
'responses_per_minute': 87.27272727272728,
'scheduler/dequeued': 16,
'scheduler/dequeued/memory': 16,
'scheduler/enqueued': 16,
'scheduler/enqueued/memory': 16,
'start_time': datetime.datetime(2026, 6, 16, 3, 20, 41, 708786, tzinfo=datetime.timezone.utc)}
2026-06-16 05:20:52 [scrapy.core.engine] INFO: Spider closed (finished)
PROJECT (event_scrapers)
SPIDER (contem_prints)