Head
2026-08-11 12:40:12 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 12:40:12 [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, Jun 19 2026, 12:46:00) [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-08-11 12:40:12 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 12:40:12 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 12:40:12 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 12:40:12 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 12:40:12 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 12:40:12 [scrapy.extensions.telnet] INFO: Telnet Password: e3b7b6c42d227884
2026-08-11 12:40:12 [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-08-11 12:40:12 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x78db0fa434c0>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/barnes_and_nobles/072ef95d957111f1bf7c0050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 12:40:12 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 12:40:12 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 12:40:12 [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-08-11 12:40:12 [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-08-11 12:40:12 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 12:40:12 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:41: ScrapyDeprecationWarning: EventScrapersPipeline.open_spider() 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.open_spider)
2026-08-11 12:40:12 [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-08-11 12:40:12 [scrapy.core.engine] INFO: Spider opened
2026-08-11 12:40:12 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.barnes_and_nobles.BarnesAndNobleSpider 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-08-11 12:40:12 [barnes_and_nobles] INFO: Sending scraped events to prod API
2026-08-11 12:40:12 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 12:40:12 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 12:40:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://stores.barnesandnoble.com/locator-api/v1/events?eventStoreIds=3400&page=0&size=20&sort=date&sort=time> (referer: https://stores.barnesandnoble.com/store/3400?view=calendar)
2026-08-11 12:40:13 [py.warnings] WARNING: /root/event-list-scraping/event_scrapers/spiders/barnes_and_nobles.py:55: GuessedAtParserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("lxml"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.
The code that caused this warning is on line 55 of the file /root/event-list-scraping/event_scrapers/spiders/barnes_and_nobles.py. To get rid of this warning, pass the additional argument 'features="lxml"' to the BeautifulSoup constructor.
item["raw_body"] = str(bs(json.dumps(event, ensure_ascii=False)))
2026-08-11 12:40:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:40:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1269
2026-08-11 12:40:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://stores.barnesandnoble.com/locator-api/v1/events?eventStoreIds=3400&page=0&size=20&sort=date&sort=time>
{'event_url': 'https://stores.barnesandnoble.com/event/9780062218524-1#storytime_2026-08-15',
'platform': 'Barnes and Nobles',
'platform_hash': 'ed0e6af5c33086e442225ddc9e68b4e2',
'raw_body': '<html><body>{"eventId": "9780062218524-1", "name": "Storytime", '
'"date": "2026-08-15", "time": "11:00 AM", "weekday": 7, '
'"descriptionText": "Join us for our weekly storytime event!", '
'"storeId": 3400, "storeName": "Westport", "storeAddress1": "76 '
'Post Rd E", "city": "Westport", "state": "CT", "zip": "06880", '
'"location": [-73.3629305, 41.1411098], "storePhone": '
'"203-221-7955", "timeZone": "Eastern", "openDate": "2021-02-24", '
'"isStoryTime": true, "types": [{"typeCode": "ST", "text": '
'"Storytime", "displayOrder": 1}], "isNationalEvent": false, '
'"isVirtualEvent": false, "isInstoreEvent": true, "largeIcon": '
'"/s/files/1/0737/7593/9824/files/ws_30208_Events_StoryTime.jpg", '
'"time24": "11:00", "eventLocation": "76 Post Rd E, Westport, CT '
'06880, 203-221-7955", "longitude": -73.3629305, "latitude": '
'41.1411098}</body></html>'}
Tail
'Event", "displayOrder": 1}], "eans": ["9781665785396"], '
'"isNationalEvent": false, "isVirtualEvent": false, '
'"isInstoreEvent": true, "largeIcon": '
'"/s/files/1/0737/7593/9824/files/ws_30208_Events_Author_Event.jpg", '
'"time24": "12:00", "eventLocation": "76 Post Rd E, Westport, CT '
'06880, 203-221-7955", "longitude": -73.3629305, "latitude": '
'41.1411098}</body></html>'}
2026-08-11 12:40:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:40:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1269
2026-08-11 12:40:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://stores.barnesandnoble.com/locator-api/v1/events?eventStoreIds=3400&page=0&size=20&sort=date&sort=time>
{'event_url': 'https://stores.barnesandnoble.com/event/9780062218524-9#storytime_2026-10-10',
'platform': 'Barnes and Nobles',
'platform_hash': 'ed0e6af5c33086e442225ddc9e68b4e2',
'raw_body': '<html><body>{"eventId": "9780062218524-9", "name": "Storytime", '
'"date": "2026-10-10", "time": "11:00 AM", "weekday": 7, '
'"descriptionText": "Join us for our weekly storytime event!", '
'"storeId": 3400, "storeName": "Westport", "storeAddress1": "76 '
'Post Rd E", "city": "Westport", "state": "CT", "zip": "06880", '
'"location": [-73.3629305, 41.1411098], "storePhone": '
'"203-221-7955", "timeZone": "Eastern", "openDate": "2021-02-24", '
'"isStoryTime": true, "types": [{"typeCode": "ST", "text": '
'"Storytime", "displayOrder": 1}], "isNationalEvent": false, '
'"isVirtualEvent": false, "isInstoreEvent": true, "largeIcon": '
'"/s/files/1/0737/7593/9824/files/ws_30208_Events_StoryTime.jpg", '
'"time24": "11:00", "eventLocation": "76 Post Rd E, Westport, CT '
'06880, 203-221-7955", "longitude": -73.3629305, "latitude": '
'41.1411098}</body></html>'}
2026-08-11 12:40:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:40:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1250
2026-08-11 12:40:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://stores.barnesandnoble.com/locator-api/v1/events?eventStoreIds=3400&page=0&size=20&sort=date&sort=time>
{'event_url': 'https://stores.barnesandnoble.com/event/9780062215563-0#local-author-robin-caudell_2026-10-10',
'platform': 'Barnes and Nobles',
'platform_hash': 'ed0e6af5c33086e442225ddc9e68b4e2',
'raw_body': '<html><body>{"eventId": "9780062215563-0", "name": "Local Author '
'Robin Caudell", "date": "2026-10-10", "time": "2:00 PM", '
'"weekday": 7, "storeId": 3400, "storeName": "Westport", '
'"storeAddress1": "76 Post Rd E", "city": "Westport", "state": '
'"CT", "zip": "06880", "location": [-73.3629305, 41.1411098], '
'"storePhone": "203-221-7955", "timeZone": "Eastern", "openDate": '
'"2021-02-24", "types": [{"typeCode": "AE", "text": "Author '
'Event", "displayOrder": 1}], "eans": ["9780815611981"], '
'"isNationalEvent": false, "isVirtualEvent": false, '
'"isInstoreEvent": true, "largeIcon": '
'"/s/files/1/0737/7593/9824/files/ws_30208_Events_Author_Event.jpg", '
'"time24": "14:00", "eventLocation": "76 Post Rd E, Westport, CT '
'06880, 203-221-7955", "longitude": -73.3629305, "latitude": '
'41.1411098}</body></html>'}
2026-08-11 12:40:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:40:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1273
2026-08-11 12:40:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://stores.barnesandnoble.com/locator-api/v1/events?eventStoreIds=3400&page=0&size=20&sort=date&sort=time>
{'event_url': 'https://stores.barnesandnoble.com/event/9780062215564-0#local-author-mahitab-mahmoud_2026-10-11',
'platform': 'Barnes and Nobles',
'platform_hash': 'ed0e6af5c33086e442225ddc9e68b4e2',
'raw_body': '<html><body>{"eventId": "9780062215564-0", "name": "Local Author '
'Mahitab Mahmoud", "date": "2026-10-11", "time": "2:00 PM", '
'"weekday": 1, "storeId": 3400, "storeName": "Westport", '
'"storeAddress1": "76 Post Rd E", "city": "Westport", "state": '
'"CT", "zip": "06880", "location": [-73.3629305, 41.1411098], '
'"storePhone": "203-221-7955", "timeZone": "Eastern", "openDate": '
'"2021-02-24", "types": [{"typeCode": "AE", "text": "Author '
'Event", "displayOrder": 1}], "eans": ["9781970576016", '
'"9798994974803"], "isNationalEvent": false, "isVirtualEvent": '
'false, "isInstoreEvent": true, "largeIcon": '
'"/s/files/1/0737/7593/9824/files/ws_30208_Events_Author_Event.jpg", '
'"time24": "14:00", "eventLocation": "76 Post Rd E, Westport, CT '
'06880, 203-221-7955", "longitude": -73.3629305, "latitude": '
'41.1411098}</body></html>'}
2026-08-11 12:40:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:40:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1271
2026-08-11 12:40:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://stores.barnesandnoble.com/locator-api/v1/events?eventStoreIds=3400&page=0&size=20&sort=date&sort=time>
{'event_url': 'https://stores.barnesandnoble.com/event/9780062218524-10#storytime_2026-10-17',
'platform': 'Barnes and Nobles',
'platform_hash': 'ed0e6af5c33086e442225ddc9e68b4e2',
'raw_body': '<html><body>{"eventId": "9780062218524-10", "name": "Storytime", '
'"date": "2026-10-17", "time": "11:00 AM", "weekday": 7, '
'"descriptionText": "Join us for our weekly storytime event!", '
'"storeId": 3400, "storeName": "Westport", "storeAddress1": "76 '
'Post Rd E", "city": "Westport", "state": "CT", "zip": "06880", '
'"location": [-73.3629305, 41.1411098], "storePhone": '
'"203-221-7955", "timeZone": "Eastern", "openDate": "2021-02-24", '
'"isStoryTime": true, "types": [{"typeCode": "ST", "text": '
'"Storytime", "displayOrder": 1}], "isNationalEvent": false, '
'"isVirtualEvent": false, "isInstoreEvent": true, "largeIcon": '
'"/s/files/1/0737/7593/9824/files/ws_30208_Events_StoryTime.jpg", '
'"time24": "11:00", "eventLocation": "76 Post Rd E, Westport, CT '
'06880, 203-221-7955", "longitude": -73.3629305, "latitude": '
'41.1411098}</body></html>'}
2026-08-11 12:40:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:40:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1292
2026-08-11 12:40:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://stores.barnesandnoble.com/locator-api/v1/events?eventStoreIds=3400&page=0&size=20&sort=date&sort=time>
{'event_url': 'https://stores.barnesandnoble.com/event/9780062215565-0#local-author-susannah-marren_2026-10-17',
'platform': 'Barnes and Nobles',
'platform_hash': 'ed0e6af5c33086e442225ddc9e68b4e2',
'raw_body': '<html><body>{"eventId": "9780062215565-0", "name": "Local Author '
'Susannah Marren", "date": "2026-10-17", "time": "2:00 PM", '
'"weekday": 7, "storeId": 3400, "storeName": "Westport", '
'"storeAddress1": "76 Post Rd E", "city": "Westport", "state": '
'"CT", "zip": "06880", "location": [-73.3629305, 41.1411098], '
'"storePhone": "203-221-7955", "timeZone": "Eastern", "openDate": '
'"2021-02-24", "types": [{"typeCode": "AE", "text": "Author '
'Event", "displayOrder": 1}], "eans": ["9781959170334", '
'"9781250228086", "9781250198402"], "isNationalEvent": false, '
'"isVirtualEvent": false, "isInstoreEvent": true, "largeIcon": '
'"/s/files/1/0737/7593/9824/files/ws_30208_Events_Author_Event.jpg", '
'"time24": "14:00", "eventLocation": "76 Post Rd E, Westport, CT '
'06880, 203-221-7955", "longitude": -73.3629305, "latitude": '
'41.1411098}</body></html>'}
2026-08-11 12:40:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:40:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1271
2026-08-11 12:40:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://stores.barnesandnoble.com/locator-api/v1/events?eventStoreIds=3400&page=0&size=20&sort=date&sort=time>
{'event_url': 'https://stores.barnesandnoble.com/event/9780062218524-11#storytime_2026-10-24',
'platform': 'Barnes and Nobles',
'platform_hash': 'ed0e6af5c33086e442225ddc9e68b4e2',
'raw_body': '<html><body>{"eventId": "9780062218524-11", "name": "Storytime", '
'"date": "2026-10-24", "time": "11:00 AM", "weekday": 7, '
'"descriptionText": "Join us for our weekly storytime event!", '
'"storeId": 3400, "storeName": "Westport", "storeAddress1": "76 '
'Post Rd E", "city": "Westport", "state": "CT", "zip": "06880", '
'"location": [-73.3629305, 41.1411098], "storePhone": '
'"203-221-7955", "timeZone": "Eastern", "openDate": "2021-02-24", '
'"isStoryTime": true, "types": [{"typeCode": "ST", "text": '
'"Storytime", "displayOrder": 1}], "isNationalEvent": false, '
'"isVirtualEvent": false, "isInstoreEvent": true, "largeIcon": '
'"/s/files/1/0737/7593/9824/files/ws_30208_Events_StoryTime.jpg", '
'"time24": "11:00", "eventLocation": "76 Post Rd E, Westport, CT '
'06880, 203-221-7955", "longitude": -73.3629305, "latitude": '
'41.1411098}</body></html>'}
2026-08-11 12:40:15 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://stores.barnesandnoble.com/locator-api/v1/events?eventStoreIds=3400&page=1&size=20&sort=date&sort=time>, 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-08-11 12:40:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://stores.barnesandnoble.com/locator-api/v1/events?eventStoreIds=3400&page=1&size=20&sort=date&sort=time> (referer: https://stores.barnesandnoble.com/store/3400?view=calendar)
2026-08-11 12:40:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:40:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1271
2026-08-11 12:40:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://stores.barnesandnoble.com/locator-api/v1/events?eventStoreIds=3400&page=1&size=20&sort=date&sort=time>
{'event_url': 'https://stores.barnesandnoble.com/event/9780062218524-12#storytime_2026-10-31',
'platform': 'Barnes and Nobles',
'platform_hash': 'ed0e6af5c33086e442225ddc9e68b4e2',
'raw_body': '<html><body>{"eventId": "9780062218524-12", "name": "Storytime", '
'"date": "2026-10-31", "time": "11:00 AM", "weekday": 7, '
'"descriptionText": "Join us for our weekly storytime event!", '
'"storeId": 3400, "storeName": "Westport", "storeAddress1": "76 '
'Post Rd E", "city": "Westport", "state": "CT", "zip": "06880", '
'"location": [-73.3629305, 41.1411098], "storePhone": '
'"203-221-7955", "timeZone": "Eastern", "openDate": "2021-02-24", '
'"isStoryTime": true, "types": [{"typeCode": "ST", "text": '
'"Storytime", "displayOrder": 1}], "isNationalEvent": false, '
'"isVirtualEvent": false, "isInstoreEvent": true, "largeIcon": '
'"/s/files/1/0737/7593/9824/files/ws_30208_Events_StoryTime.jpg", '
'"time24": "11:00", "eventLocation": "76 Post Rd E, Westport, CT '
'06880, 203-221-7955", "longitude": -73.3629305, "latitude": '
'41.1411098}</body></html>'}
2026-08-11 12:40:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:40:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1271
2026-08-11 12:40:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://stores.barnesandnoble.com/locator-api/v1/events?eventStoreIds=3400&page=1&size=20&sort=date&sort=time>
{'event_url': 'https://stores.barnesandnoble.com/event/9780062218524-13#storytime_2026-11-07',
'platform': 'Barnes and Nobles',
'platform_hash': 'ed0e6af5c33086e442225ddc9e68b4e2',
'raw_body': '<html><body>{"eventId": "9780062218524-13", "name": "Storytime", '
'"date": "2026-11-07", "time": "11:00 AM", "weekday": 7, '
'"descriptionText": "Join us for our weekly storytime event!", '
'"storeId": 3400, "storeName": "Westport", "storeAddress1": "76 '
'Post Rd E", "city": "Westport", "state": "CT", "zip": "06880", '
'"location": [-73.3629305, 41.1411098], "storePhone": '
'"203-221-7955", "timeZone": "Eastern", "openDate": "2021-02-24", '
'"isStoryTime": true, "types": [{"typeCode": "ST", "text": '
'"Storytime", "displayOrder": 1}], "isNationalEvent": false, '
'"isVirtualEvent": false, "isInstoreEvent": true, "largeIcon": '
'"/s/files/1/0737/7593/9824/files/ws_30208_Events_StoryTime.jpg", '
'"time24": "11:00", "eventLocation": "76 Post Rd E, Westport, CT '
'06880, 203-221-7955", "longitude": -73.3629305, "latitude": '
'41.1411098}</body></html>'}
2026-08-11 12:40:16 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-11 12:40:16 [scrapy.extensions.feedexport] INFO: Stored csv feed (22 items) in: output/2026/08/11/barnes_and_nobles.csv
2026-08-11 12:40:16 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 2810,
'downloader/request_count': 2,
'downloader/request_method_count/GET': 2,
'downloader/response_bytes': 3720,
'downloader/response_count': 2,
'downloader/response_status_count/200': 2,
'elapsed_time_seconds': 3.285927,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 8, 11, 10, 40, 16, 134842, tzinfo=datetime.timezone.utc),
'httpcompression/response_bytes': 16740,
'httpcompression/response_count': 2,
'item_scraped_count': 22,
'items_per_minute': 440.0,
'log_count/DEBUG': 68,
'log_count/INFO': 3,
'log_count/WARNING': 2,
'memusage/max': 99774464,
'memusage/startup': 99774464,
'request_depth_max': 1,
'response_received_count': 2,
'responses_per_minute': 40.0,
'scheduler/dequeued': 2,
'scheduler/dequeued/memory': 2,
'scheduler/enqueued': 2,
'scheduler/enqueued/memory': 2,
'start_time': datetime.datetime(2026, 8, 11, 10, 40, 12, 848915, tzinfo=datetime.timezone.utc)}
2026-08-11 12:40:16 [scrapy.core.engine] INFO: Spider closed (finished)